diff --git a/src/urlMatcherFactory.js b/src/urlMatcherFactory.js index a4b4bd62b..0f0e603d5 100644 --- a/src/urlMatcherFactory.js +++ b/src/urlMatcherFactory.js @@ -163,7 +163,7 @@ UrlMatcher.prototype.exec = function (path, searchParams) { if (nPath !== m.length - 1) throw new Error("Unbalanced capture group in route '" + this.source + "'"); - for (i=0; i