diff --git a/src/urlMatcherFactory.js b/src/urlMatcherFactory.js index fb414dd47..26ba48b2b 100644 --- a/src/urlMatcherFactory.js +++ b/src/urlMatcherFactory.js @@ -579,7 +579,7 @@ function $UrlMatcherFactory() { string: { encode: valToString, decode: valFromString, - is: function(val) { return typeof val === "string"}, + is: function(val) { return typeof val === "string"; }, pattern: /[^/]*/ }, int: {