Skip to content

Commit 699b9fd

Browse files
committed
Merge pull request #1648 from wesleycho/chore/jshint-fix
chore(jshint): Fix jshint error in $urlMatcherFactory
2 parents 457bc13 + 45ea05a commit 699b9fd

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)