mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 500979 - searchParam getter depends on bug 232598. r=gavin
This commit is contained in:
parent
10f215fbc0
commit
5ccdb08491
@ -157,7 +157,7 @@
|
||||
onget="return parseInt(this.getAttribute('timeout')) || 50;"/>
|
||||
|
||||
<property name="searchParam"
|
||||
onget="return this.getAttribute('autocompletesearchparam');"
|
||||
onget="return this.getAttribute('autocompletesearchparam') || '';"
|
||||
onset="this.setAttribute('autocompletesearchparam', val); return val;"/>
|
||||
|
||||
<property name="searchCount" readonly="true"
|
||||
|
Loading…
Reference in New Issue
Block a user