Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcorvi committed Apr 6, 2017
1 parent 1535b80 commit ac6dab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist-browser/anchorme.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function default_1(inputArr, options) {
if (protocol)
{ encoded = encoded.substr(protocol.length); }
// test 1: it's a file
if (options.files && protocol === "file:///" && encoded.substr(protocol.length).split(/\/|\\/).length - 1) {
if (options.files && protocol === "file:///" && encoded.split(/\/|\\/).length - 1) {
urlObj = {
reason: "file",
protocol: protocol,
Expand Down
Loading

0 comments on commit ac6dab0

Please sign in to comment.