- Timestamp:
- 07/24/07 14:47:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Cms/chrome/content/scenaricms/widgets/item/item.xbl.xml
r9158 r9392 103 103 this.xUpdateVal(); 104 104 ]]></constructor> 105 <destructor> 105 <destructor>this.destroy();</destructor> 106 <method name="destroy"> 107 <body> 106 108 if(this.fLastUri) this.fUriObject.removeUpdateListener(this, this.fLastUri); 107 </destructor> 109 </body> 110 </method> 108 111 <property name="cd" onget="return this.fCd"/> 109 112 <property name="sp" onget="return (this.fSp || ! this.fUriObject) ? this.fSp : ut.getSpaceFromUri(this.fUriObject.getUri());"/>
Note: See TracChangeset
for help on using the changeset viewer.