Bug 758288 - "Warning: function onKeyPress does not always return a value" for autocomplete.xml, r=enn.

This commit is contained in:
Florian Quèze 2013-02-10 23:11:42 +01:00
Родитель f027794115
Коммит 975bb9343d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -441,7 +441,7 @@
<parameter name="aEvent"/>
<body><![CDATA[
if (aEvent.target.localName != "textbox")
return; // Let child buttons of autocomplete take input
return false; // Let child buttons of autocomplete take input
//XXXpch this is so bogus...
if (aEvent.defaultPrevented)