зеркало из https://github.com/mozilla/gecko-dev.git
fix maxRows comment, patch by dean_tessman@hotmail.com, r/sr=neil
This commit is contained in:
Родитель
cfdbc102fe
Коммит
64d4846f64
|
@ -120,7 +120,7 @@
|
|||
onset="this.setAttribute('timeout', val); return val;"
|
||||
onget="var t = parseInt(this.getAttribute('timeout')); return t ? t : 0;"/>
|
||||
|
||||
<!-- number of milliseconds after a keystroke before a search begins -->
|
||||
<!-- maximum number of rows to display -->
|
||||
<property name="maxRows"
|
||||
onset="this.setAttribute('maxrows', val); return val;"
|
||||
onget="var t = parseInt(this.getAttribute('maxrows')); return t ? t : 0;"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче