lint compliance

pull/1/head
ansuz 7 years ago
parent 77c81f2426
commit be5c5831dd

@ -52,7 +52,7 @@ define([
return hash;
};
var setUserHash = LocalStore.setUserHash = function (hash) {
LocalStore.setUserHash = function (hash) {
var sHash = Hash.serializeHash(hash);
localStorage[Constants.userHashKey] = sHash;
};

Loading…
Cancel
Save