mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 875042 - Remove unnecessary setTimeout from search-textbox constructor. r=dolske.
This commit is contained in:
parent
f55afa2982
commit
b60e4b1da0
@ -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[
|
||||
|
Loading…
Reference in New Issue
Block a user