Fix local storage (Closes #303)

This commit is contained in:
RainLoop Team 2014-09-02 15:34:17 +04:00
parent 77870442fe
commit 664c1dca80
11 changed files with 147 additions and 103 deletions

View file

@ -67,7 +67,7 @@
* @const
* @type {string}
*/
Consts.Values.ClientSideCookieIndexName = 'rlcsc';
Consts.Values.ClientSideStorageIndexName = 'rlcsc';
/**
* @const