зеркало из https://github.com/mozilla/gecko-dev.git
Bug 367286 - FAYT is broken. r=gavin.
This commit is contained in:
Родитель
f1c25b7d6a
Коммит
37586f6b22
|
@ -372,6 +372,10 @@
|
|||
// Convenience
|
||||
this.nsITypeAheadFind = Components.interfaces.nsITypeAheadFind;
|
||||
this.nsISelectionController = Components.interfaces.nsISelectionController;
|
||||
|
||||
// Make sure the FAYT keypress listener is attached by initializing the
|
||||
// browser property
|
||||
setTimeout(function(aSelf) { aSelf.browser = aSelf.browser; }, 0, this);
|
||||
]]></constructor>
|
||||
|
||||
<destructor><![CDATA[
|
||||
|
|
Загрузка…
Ссылка в новой задаче