More on 73034. This will help us shake out the places that were missed (if any exist).

This commit is contained in:
hyatt%netscape.com 2001-03-22 20:17:33 +00:00
Родитель 44bbed25cc
Коммит 11d5c2ca38
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -122,8 +122,6 @@
<!-- public implementation -->
<property name="label" onset="return this.setAttribute('label',val);"
onget="return this.getAttribute('label');"/>
<property name="value" onset="return this.setAttribute('value',val);"
onget="return this.getAttribute('value');"/>
<property name="crop" onset="return this.setAttribute('crop',val);"
onget="return this.getAttribute('crop');"/>
<property name="disabled" onset="if (val) this.setAttribute('disabled', 'true');