Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js509 Contains : function( mainElement, otherElement ) argument
512 if ( mainElement.contains && otherElement.nodeType == 1 )
513 return mainElement.contains( otherElement ) ;
517 if ( otherElement == mainElement )