зеркало из https://github.com/mozilla/pjs.git
Use default of 1 for minResultsForPopup so popup closes when there are no results, r/sr=Neil, bug 320907
This commit is contained in:
Родитель
7214b071db
Коммит
289d5b1cb1
|
@ -212,7 +212,7 @@
|
|||
|
||||
<property name="minResultsForPopup"
|
||||
onset="this.setAttribute('minResultsForPopup', val); return val;"
|
||||
onget="var t = parseInt(this.getAttribute('minResultsForPopup')); return t ? t : 0;"/>
|
||||
onget="var t = this.getAttribute('minResultsForPopup'); return t ? parseInt(t) : 1;"/>
|
||||
|
||||
<!-- state which indicates the current action being performed by the user.
|
||||
Possible values are : none, typing, scrolling -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче