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