зеркало из https://github.com/mozilla/pjs.git
Bug 310899 - richlistitem has confusing selected property. Patch by Simon Buenzli, r=me,mconnor
This commit is contained in:
Родитель
f861d19cb7
Коммит
4027823c3c
|
@ -535,7 +535,7 @@
|
|||
</property>
|
||||
|
||||
<property name="selected"
|
||||
onget="return this.getAttribute('selected');"
|
||||
onget="return this.getAttribute('selected') == 'true';"
|
||||
onset="return this.setAttribute('selected',val);"/>
|
||||
|
||||
<property name="control">
|
||||
|
|
Загрузка…
Ссылка в новой задаче