Commit 5a50c92f authored by Tristan Cavelier's avatar Tristan Cavelier

revisionstorage.js add check/repair stub

parent 8ba94b53
/*jslint indent: 2, maxlen: 80, nomen: true */ /*jslint indent: 2, maxlen: 80, nomen: true */
/*global jIO, hex_sha256, setTimeout, define */ /*global jIO, hex_sha256, define */
/** /**
* JIO Revision Storage. * JIO Revision Storage.
...@@ -1048,6 +1048,17 @@ ...@@ -1048,6 +1048,17 @@
functions.success(); functions.success();
}); });
}; };
// XXX
that.check = function (command) {
command.success();
};
// XXX
that.repair = function (command) {
command.success();
};
}); // end RevisionStorage }); // end RevisionStorage
})); }));
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