Commit 56f442e1 authored by Tristan Cavelier's avatar Tristan Cavelier

check and repair stub method added to indexeddb

parent 21e75cd3
......@@ -418,6 +418,14 @@
then(command.success, command.error, command.notify);
};
IndexedDBStorage.prototype.check = function (command) {
command.success();
};
IndexedDBStorage.prototype.repair = function (command) {
command.success();
};
jIO.addStorage("indexeddb", IndexedDBStorage);
}));
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