Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js205 FCKConfig.ProtectedSource.Revert = function( html, clearBin ) argument
209 var protectedValue = clearBin ? FCKTempBin.RemoveElement( index ) : FCKTempBin.Elements[ index ] ;
211 return FCKConfig.ProtectedSource.Revert( protectedValue, clearBin ) ;