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