Skip to content

Commit

Permalink
Change isUrl regex to accept mixed case
Browse files Browse the repository at this point in the history
  • Loading branch information
lexander committed Jun 30, 2013
1 parent c116920 commit 5cd215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function copy (obj) {
return o
}

var isUrl = /^https?:/
var isUrl = /^https?:/i

var globalPool = {}

Expand Down

0 comments on commit 5cd215f

Please sign in to comment.