Commit bfdb0427 authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

проблемы с минимизацией

parent fb4a4841
......@@ -211,12 +211,13 @@
{
window.addEventListener("message", onMessage, false);
}
else
else if (window.attachEvent)
{
window.attachEvent("onmessage", onMessage);
}
window.Asc.createPluginsManager = function(api)
window["Asc"] = window["Asc"] ? window["Asc"] : {};
window["Asc"].createPluginsManager = function(api)
{
if (window.g_asc_plugins)
return window.g_asc_plugins;
......
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