Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
This commit is contained in:
@@ -15,4 +15,4 @@ window.queryString = {}, window.queryString.extract = function(maybeUrl) {
|
||||
return encodeURIComponent(key) + "=" + encodeURIComponent(val2)
|
||||
}).join("&") : encodeURIComponent(key) + "=" + encodeURIComponent(val)
|
||||
}).join("&") : ""
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user