fix broken encrypt in localstorage

This commit is contained in:
Matias Alejo Garcia 2014-12-13 19:38:39 -03:00
commit ad40641646
4 changed files with 23 additions and 11 deletions

View file

@ -26,7 +26,8 @@ function LocalStorage(opts) {
LocalStorage.prototype.init = function() {};
LocalStorage.prototype.setCredentials = function(email, password, opts) {
// NOP
this.email = email;
this.password = password;
};
LocalStorage.prototype.getItem = function(k, cb) {