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

This commit is contained in:
enndeakin%sympatico.ca 2007-01-06 14:29:24 +00:00
Родитель 1c600ba71c
Коммит f8b5fdc297
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

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