diff --git a/www/common/outer/local-store.js b/www/common/outer/local-store.js index 845a6393a..e24def355 100644 --- a/www/common/outer/local-store.js +++ b/www/common/outer/local-store.js @@ -47,7 +47,7 @@ define([ return hash; }; - var getUserHash = LocalStore.getUserHash = function () { + LocalStore.getUserHash = function () { var hash = localStorage[Constants.userHashKey]; if (['undefined', 'undefined/'].indexOf(hash) !== -1) {