Bug 500979 - searchParam getter depends on bug 232598. r=gavin

This commit is contained in:
Dão Gottwald 2009-06-28 14:28:24 +02:00
parent 10f215fbc0
commit 5ccdb08491

View File

@ -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"