This commit is contained in:
Jarrett Cruger 2014-12-02 10:25:46 -07:00
parent 410a8ce94c
commit 9c0b8697bc

View File

@ -150,7 +150,7 @@ common.urlJoin = function() {
retSegs = [
args.filter(function filter(a) {
return !!a;
}).join('/').replace(/\/+/g, '/')
}).join('/').replace(/\/+/g, '/').replace(/:\//g, '://')
];
// Only join the query string if it exists so we don't have trailing a '?'