Searched refs:hideRegex (Results 1 – 1 of 1) sorted by relevance
1 function changeStyle(hideRegex) { argument14 if (sel.match(hideRegex)) {37 var hideRegex = new RegExp(hideRegexString);38 changeStyle(hideRegex);