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:
disttsc%bart.nl 2000-09-29 02:25:45 +00:00
Родитель ababd202b4
Коммит de1a0a1352
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

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