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:
enndeakin%sympatico.ca 2006-01-15 22:24:14 +00:00
parent 3f03209578
commit c651170d29
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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');"