Bug 875042 - Remove unnecessary setTimeout from search-textbox constructor. r=dolske.

This commit is contained in:
Mike Conley 2013-05-22 15:37:37 -04:00
Родитель ab09f23cb3
Коммит 3883efcec8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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[