mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 216482 fix recursive runaway problem r=varga sr=jag a=sspitzer
This commit is contained in:
parent
3349ea97e0
commit
9711b63fbf
@ -124,7 +124,6 @@
|
||||
this.inputField.value = val;
|
||||
if (this._timer)
|
||||
clearTimeout(this._timer);
|
||||
this._fireCommand(this);
|
||||
return val;
|
||||
]]>
|
||||
</setter>
|
||||
|
Loading…
Reference in New Issue
Block a user