|
|
@ -890,7 +890,6 @@ define([
|
|
|
|
}).nThen(function (waitFor) {
|
|
|
|
}).nThen(function (waitFor) {
|
|
|
|
var cfg = {
|
|
|
|
var cfg = {
|
|
|
|
init: true,
|
|
|
|
init: true,
|
|
|
|
//query: onMessage, // TODO temporary, will be replaced by a webworker channel
|
|
|
|
|
|
|
|
userHash: LocalStore.getUserHash(),
|
|
|
|
userHash: LocalStore.getUserHash(),
|
|
|
|
anonHash: LocalStore.getFSHash(),
|
|
|
|
anonHash: LocalStore.getFSHash(),
|
|
|
|
localToken: tryParsing(localStorage.getItem(Constants.tokenKey)),
|
|
|
|
localToken: tryParsing(localStorage.getItem(Constants.tokenKey)),
|
|
|
|