Home
last modified time | relevance | path

Searched refs:attachWindow (Results 1 – 1 of 1) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckiecleanup.js24 var FCKIECleanup = function( attachWindow ) argument
27 if ( attachWindow._FCKCleanupObj )
28 this.Items = attachWindow._FCKCleanupObj.Items ;
33 attachWindow._FCKCleanupObj = this ;
34 FCKTools.AddEventListenerEx( attachWindow, 'unload', FCKIECleanup_Cleanup ) ;