Changeset 19625
- Timestamp:
- 02/02/12 00:03:28 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_XedLib/content/XedLib/libUiBase/widgets/xedUiRichTextInput.xbl.xml
r19477 r19625 763 763 if("refreshEditorContext" in this) { 764 764 try { 765 if("resetEditorContext" in this)this.resetEditorContext();765 this.resetEditorContext(); 766 766 this.refreshEditorContext(); 767 767 } catch(e){xed.debug("refreshEditorContext failed:"+e);} … … 1078 1078 <!-- Methode optionnelle quand on détecte un nouveau gain du focus pour effacer 1079 1079 toute mémoire d'état d'une session précédente. --> 1080 <method name="resetEditorContext"/> 1080 <method name="resetEditorContext"> 1081 <body/> 1082 </method> 1081 1083 1082 1084
Note: See TracChangeset
for help on using the changeset viewer.