Skip to content

Commit 45ea05a

Browse files
committed
chore(jshint): Fix jshint error in $urlMatcherFactory
Fixes jshint error
1 parent 457bc13 commit 45ea05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urlMatcherFactory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ function $UrlMatcherFactory() {
579579
string: {
580580
encode: valToString,
581581
decode: valFromString,
582-
is: function(val) { return typeof val === "string"},
582+
is: function(val) { return typeof val === "string"; },
583583
pattern: /[^/]*/
584584
},
585585
int: {

0 commit comments

Comments
 (0)