Commit 0e6d842b authored by Alexander.Trofimov's avatar Alexander.Trofimov

create plugins move to api base

parent 3e2d86cf
...@@ -907,6 +907,8 @@ ...@@ -907,6 +907,8 @@
{ {
this.asc_enableKeyEvents(this.tmpFocus); this.asc_enableKeyEvents(this.tmpFocus);
} }
this.pluginsManager = Asc.createPluginsManager(this);
}; };
baseEditorsApi.prototype.sendStandartTextures = function() baseEditorsApi.prototype.sendStandartTextures = function()
......
...@@ -6662,7 +6662,6 @@ background-repeat: no-repeat;\ ...@@ -6662,7 +6662,6 @@ background-repeat: no-repeat;\
if (this.bInit_word_control === false) if (this.bInit_word_control === false)
{ {
this.bInit_word_control = true; this.bInit_word_control = true;
this.pluginsManager = Asc.createPluginsManager(this);
this.asc_fireCallback("asc_onDocumentContentReady"); this.asc_fireCallback("asc_onDocumentContentReady");
} }
} }
...@@ -6761,7 +6760,6 @@ background-repeat: no-repeat;\ ...@@ -6761,7 +6760,6 @@ background-repeat: no-repeat;\
if (false === this.isSaveFonts_Images) if (false === this.isSaveFonts_Images)
{ {
this.bInit_word_control = true; this.bInit_word_control = true;
this.pluginsManager = Asc.createPluginsManager(this);
this.asc_fireCallback("asc_onDocumentContentReady"); this.asc_fireCallback("asc_onDocumentContentReady");
} }
......
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