[common] depends moved for LocalStorage
This commit is contained in:
parent
12ca6e79ab
commit
2461b1d7b6
|
@ -38,7 +38,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
Common.localStorage = new (function() {
|
||||
define(['gateway'], function () {
|
||||
Common.localStorage = new (function() {
|
||||
var _storeName, _filter;
|
||||
var _store = {};
|
||||
|
||||
|
@ -105,4 +106,5 @@ Common.localStorage = new (function() {
|
|||
sync: _refresh,
|
||||
save: _save
|
||||
};
|
||||
})();
|
||||
})();
|
||||
});
|
||||
|
|
|
@ -49,6 +49,7 @@ define([
|
|||
'common/main/lib/controller/Fonts',
|
||||
'common/main/lib/collection/TextArt',
|
||||
'common/main/lib/view/OpenDialog',
|
||||
'common/main/lib/util/LocalStorage',
|
||||
'documenteditor/main/app/collection/ShapeGroups',
|
||||
'documenteditor/main/app/collection/EquationGroups'
|
||||
], function () {
|
||||
|
|
Loading…
Reference in a new issue