Bug 366056, autocomplete selectionStart/selectionEnd cannot be modified, r=mano

git-svn-id: svn://10.0.0.236/trunk@217893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
enndeakin%sympatico.ca
2007-01-06 14:29:24 +00:00
parent 5553257d14
commit d2a5376241

View File

@@ -192,12 +192,6 @@
]]></setter>
</property>
<property name="selectionStart"
onget="return this.mInputElt.selectionStart;"/>
<property name="selectionEnd"
onget="return this.mInputElt.selectionEnd;"/>
<method name="selectTextRange">
<parameter name="aStartIndex"/>
<parameter name="aEndIndex"/>