зеркало из https://github.com/mozilla/gecko-dev.git
More on 73034. This will help us shake out the places that were missed (if any exist).
This commit is contained in:
Родитель
44bbed25cc
Коммит
11d5c2ca38
|
@ -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');
|
||||
|
|
Загрузка…
Ссылка в новой задаче