Bug 367286 - FAYT is broken. r=gavin.

This commit is contained in:
mozilla.mano%sent.com 2007-01-17 23:11:35 +00:00
Родитель f1c25b7d6a
Коммит 37586f6b22
1 изменённых файлов: 4 добавлений и 0 удалений

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

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