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

create plugins move to api base

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