Bug 308591, Button.dlgType sets an attribute with the wrong case, r=neil
git-svn-id: svn://10.0.0.236/trunk@187666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3f03209578
commit
c651170d29
@ -21,8 +21,8 @@
|
||||
onset="this.setAttribute('type', val); return val;"/>
|
||||
|
||||
<property name="dlgType"
|
||||
onget="return this.getAttribute('dlgType');"
|
||||
onset="this.setAttribute('dlgType', val); return val;"/>
|
||||
onget="return this.getAttribute('dlgtype');"
|
||||
onset="this.setAttribute('dlgtype', val); return val;"/>
|
||||
|
||||
<property name="group"
|
||||
onget="return this.getAttribute('group');"
|
||||
@ -338,4 +338,4 @@
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
</bindings>
|
||||
</bindings>
|
||||
|
||||
@ -21,8 +21,8 @@
|
||||
onset="this.setAttribute('type', val); return val;"/>
|
||||
|
||||
<property name="dlgType"
|
||||
onget="return this.getAttribute('dlgType');"
|
||||
onset="this.setAttribute('dlgType', val); return val;"/>
|
||||
onget="return this.getAttribute('dlgtype');"
|
||||
onset="this.setAttribute('dlgtype', val); return val;"/>
|
||||
|
||||
<property name="group"
|
||||
onget="return this.getAttribute('group');"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user