- Timestamp:
- 07/24/07 14:47:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_XedLib/chrome/content/scenarixedlib/core/xedUi.xbl.xml
r9383 r9392 666 666 } 667 667 ]]></constructor> 668 <destructor> 669 //memoryleaks 668 <destructor>this.destroy();</destructor> 669 <method name="destroy"> 670 <body> 671 //memLeaks 670 672 this.fTimerFocus.cancel(); 671 673 this.fTimerFocus = null; … … 673 675 this.fTabTw = null; 674 676 this.fLineTw = null; 675 </destructor> 677 </body> 678 </method> 676 679 <field name="fIsRootEditor">true</field> 677 680 <field name="fEditor"/> … … 948 951 else this.parentNode.fVerticalScrollbar = this; 949 952 ]]></constructor> 950 <destructor><![CDATA[ 951 if (this.orient == 'horizontal') this.parentNode.fHorizontalScrollbar = null; 952 else this.parentNode.fVerticalScrollbar = null; 953 ]]></destructor> 953 954 <destructor>this.destroy();</destructor> 955 <method name="destroy"> 956 <body><![CDATA[ 957 if (this.orient == 'horizontal') this.parentNode.fHorizontalScrollbar = null; 958 else this.parentNode.fVerticalScrollbar = null; 959 ]]></body> 960 </method> 954 961 </implementation> 955 962 </binding>
Note: See TracChangeset
for help on using the changeset viewer.