Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckjscoreextensions.js27 String.prototype.Contains = function( textToCheck ) argument
29 return ( this.indexOf( textToCheck ) > -1 ) ;
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js27 String.prototype.Contains = function( textToCheck ) argument
29 return ( this.indexOf( textToCheck ) > -1 ) ;