зеркало из https://github.com/mozilla/pjs.git
Simple xbl fixups after xbl syntax change, r=/a=hyatt
argument -> parameter : bug=52891, bug=53875 interface -> implementation : bug=53874
This commit is contained in:
Родитель
ecb57dd16d
Коммит
d9aa3a2aaf
|
@ -13,12 +13,12 @@
|
|||
<xul:text class="box-smallheader-right" inherits="value=description"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
<interface>
|
||||
<implementation>
|
||||
<property name="title" onset="this.setAttribute('title',val); return val;"
|
||||
onget="return this.getAttribute('title');"/>
|
||||
<property name="description" onset="this.setAttribute('description',val); return val;"
|
||||
onget="return this.getAttribute('description');"/>
|
||||
</interface>
|
||||
</implementation>
|
||||
</binding>
|
||||
|
||||
<binding id="largeheader">
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
</setter>
|
||||
</property>
|
||||
<method name="checkAdjacentElement">
|
||||
<argument name="aNextFlag"/>
|
||||
<parameter name="aNextFlag"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
var radios = this.getElementsByTagName("radio");
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<implementation name="XStringBundle">
|
||||
|
||||
<method name="getString">
|
||||
<argument name="aStringKey"/>
|
||||
<parameter name="aStringKey"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче