Searched refs:classWanted (Results 1 – 1 of 1) sorted by relevance
91 String.prototype.hasClass = function(classWanted) argument95 if (classArr[i].toLowerCase() == classWanted.toLowerCase()) return true;