Home
last modified time | relevance | path

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

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