lint compliance

pull/1/head
ansuz 2017-11-27 12:18:04 +01:00
parent 77c81f2426
commit be5c5831dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};