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