fix for blocker bug #73034. sr=brendan,shaver,r=sspitzer fix by blake.

a=loan pham
This commit is contained in:
sspitzer%netscape.com 2001-03-22 19:36:46 +00:00
parent dfff8b71cd
commit 9660d00841

View File

@ -120,6 +120,8 @@
<binding id="basetext">
<implementation>
<!-- public implementation -->
<property name="label" onset="return this.setAttribute('label',val);"
onget="return this.getAttribute('label');"/>
<property name="value" onset="return this.setAttribute('value',val);"
onget="return this.getAttribute('value');"/>
<property name="crop" onset="return this.setAttribute('crop',val);"