Adds missed line from PR 597

This commit is contained in:
Jonathan Bennett 2016-04-13 12:53:37 -05:00
parent 3351c58162
commit 6041789ac7
1 changed files with 1 additions and 0 deletions

View File

@ -288,4 +288,5 @@ WebUtil.injectParamIfMissing = function (path, param, value) {
return elem.pathname.slice(1) + elem.search + elem.hash;
} else {
return elem.pathname + elem.search + elem.hash;
}
};