Commit e6e9d5b4 authored by Tristan Cavelier's avatar Tristan Cavelier

key schema not used in memory mode fix

parent f5c25e0c
......@@ -140,9 +140,9 @@
this._database = localStorage;
this._storage = localstorage;
this._mode = "localStorage";
this._key_schema = spec.key_schema;
break;
}
this._key_schema = spec.key_schema;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment