Changeset 9392 for trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/widgets/xedUiHelp.xbl.xml
- Timestamp:
- 07/24/07 14:47:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/widgets/xedUiHelp.xbl.xml
r8595 r9392 59 59 vEditor.fContent.addFocusStabilizedListener(this); 60 60 </constructor> 61 <destructor> 61 <destructor>this.destroy();</destructor> 62 <method name="destroy"> 63 <body> 62 64 var vEditor = xed.getEditor(this); 63 65 vEditor.fContent.removeFocusStabilizedListener(this); 64 </destructor> 66 </body> 67 </method> 65 68 <method name="focusStabilized"> 66 69 <parameter name="pNode"/>
Note: See TracChangeset
for help on using the changeset viewer.