diff --git a/lib/util.js b/lib/util.js index 2904ee2e..f493c66d 100644 --- a/lib/util.js +++ b/lib/util.js @@ -831,7 +831,7 @@ match = name.match(new RegExp(exp)); func = funcsObj[name]; - if (isMatch) + if (match) Util.exec(func, match); } };