Merge pull request #602 from oneru/typo-fix

Adds missed line from PR 597
This commit is contained in:
Solly Ross 2016-04-13 15:02:48 -04:00
commit 8b0a0f6637
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;
}
};