We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
toQueryPair()
value
1 parent d017062 commit 6336c45Copy full SHA for 6336c45
src/prototype/lang/hash.js
@@ -291,7 +291,7 @@ var Hash = Class.create(Enumerable, (function() {
291
function toQueryPair(key, value) {
292
if (Object.isUndefined(value)) return key;
293
294
- var value = String.interpret(value);
+ value = String.interpret(value);
295
296
// Normalize newlines as \r\n because the HTML spec says newlines should
297
// be encoded as CRLFs.
0 commit comments