lint compliance
This commit is contained in:
@@ -52,7 +52,7 @@ define([
|
|||||||
return hash;
|
return hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
var setUserHash = LocalStore.setUserHash = function (hash) {
|
LocalStore.setUserHash = function (hash) {
|
||||||
var sHash = Hash.serializeHash(hash);
|
var sHash = Hash.serializeHash(hash);
|
||||||
localStorage[Constants.userHashKey] = sHash;
|
localStorage[Constants.userHashKey] = sHash;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user