Commit e16598f1 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Revert "resize before InitControls"

This reverts commit 2d26d70b.
parent fcae574f
......@@ -2059,8 +2059,8 @@ background-repeat: no-repeat;\
};
asc_docs_api.prototype.Resize = function()
{
//if (false === this.bInit_word_control)
// return;
if (false === this.bInit_word_control)
return;
this.WordControl.OnResize(false);
};
asc_docs_api.prototype.AddURL = function(url)
......
......@@ -2175,8 +2175,8 @@ background-repeat: no-repeat;\
};
asc_docs_api.prototype.Resize = function()
{
//if (false === this.bInit_word_control)
// return;
if (false === this.bInit_word_control)
return;
this.WordControl.OnResize(false);
};
asc_docs_api.prototype.AddURL = function(url)
......
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