Skip to content

Commit

Permalink
fix for router.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Callender committed Jul 31, 2015
1 parent 41c77d5 commit d0ce76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/router.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe("client/router", function() {
'https://foo.com',
'HTTP://bar.com',
'TEL:415-215-1234',
'MAILTO:bar@example.com'
'MAILTO:bar@example.com',
'//foo.com'
];
var self = this;
Expand Down

0 comments on commit d0ce76c

Please sign in to comment.