зеркало из https://github.com/mozilla/gecko-dev.git
Bug 875042 - Remove unnecessary setTimeout from search-textbox constructor. r=dolske.
This commit is contained in:
Родитель
ab09f23cb3
Коммит
3883efcec8
|
@ -542,7 +542,8 @@
|
|||
if (document.getBindingParent(this).parentNode.parentNode.localName ==
|
||||
"toolbarpaletteitem")
|
||||
return;
|
||||
setTimeout(function(a) { a.initialize(); }, 0, this);
|
||||
|
||||
this.initialize();
|
||||
]]></constructor>
|
||||
|
||||
<destructor><![CDATA[
|
||||
|
|
Загрузка…
Ссылка в новой задаче