Bug 216482 fix recursive runaway problem r=varga sr=jag a=sspitzer

This commit is contained in:
neil%parkwaycc.co.uk 2003-09-01 22:09:45 +00:00
parent 3349ea97e0
commit 9711b63fbf

View File

@ -124,7 +124,6 @@
this.inputField.value = val;
if (this._timer)
clearTimeout(this._timer);
this._fireCommand(this);
return val;
]]>
</setter>