Skip to content

Commit

Permalink
fix(Path): declare trailingSlash
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichaelgraham committed May 2, 2015
1 parent 6a6018e commit 3b772ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function relativeToFile(name, file){
}

export function join(path1, path2) {
var url1, url2, url3, i, ii, urlPrefix;
var url1, url2, url3, i, ii, urlPrefix, trailingSlash;

if(!path1){
return path2;
Expand Down

0 comments on commit 3b772ff

Please sign in to comment.