fix bug 58572 javascript strict warnings in mailWidgets.xml

patch by maolson@earthlink.net r=timeless, sr=alecf
This commit is contained in:
timeless%mac.com 2001-02-26 19:43:23 +00:00
parent 5e0ab81eb9
commit 9ab0916e88

View File

@ -289,6 +289,7 @@
</content>
<implementation>
<property name="internalAttribute">null</property>
<property name="internalValue">null</property>
<!-- parentValue forwards to the attribute -->
<property name="parentValue" onset="return this.searchAttribute=val;"
onget="return this.searchAttribute;"/>
@ -400,6 +401,8 @@
</binding>
<binding id="searchterm" name="searchTerm" extends="xul:box">
<implementation>
<property name="internalSearchTerm">null</property>
<property name="internalBooleanAnd">null</property>
<!-- the actual nsIMsgSearchTerm object -->
<property name="searchTerm" onget="return this.internalSearchTerm">
<setter>