Bug 1155055 - Remove unnecessary return in tabScrolling property in toolkit/content/widgets/autocomplete.xml. r=gavin

This commit is contained in:
Tooru Fujisawa 2015-04-18 04:00:37 +09:00
Родитель 1f7719863e
Коммит b315326d18
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -304,7 +304,7 @@
<!-- option to allow scrolling through the list via the tab key, rather than
tab moving focus out of the textbox -->
<property name="tabScrolling"
onset="return this.setAttribute('tabscrolling', val); return val;"
onset="this.setAttribute('tabscrolling', val); return val;"
onget="return this.getAttribute('tabscrolling') == 'true';"/>
<!-- disable key navigation handling in the popup results -->