Commit 2461b1d7 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[common] depends moved for LocalStorage

parent 12ca6e79
......@@ -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
};
})();
\ No newline at end of file
})();
});
......@@ -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 () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment