Add Insight save and register
This commit is contained in:
parent
6af23a995e
commit
5d980af518
9 changed files with 168 additions and 43 deletions
|
|
@ -7,7 +7,6 @@ function LocalStorage() {
|
|||
LocalStorage.prototype.init = function() {
|
||||
};
|
||||
|
||||
|
||||
LocalStorage.prototype.getItem = function(k,cb) {
|
||||
return cb(localStorage.getItem(k));
|
||||
};
|
||||
|
|
@ -37,5 +36,4 @@ LocalStorage.prototype.allKeys = function(cb) {
|
|||
return cb(ret);
|
||||
};
|
||||
|
||||
|
||||
module.exports = LocalStorage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue