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.
2 parents 291edcd + 6336c45 commit 3384ee0Copy full SHA for 3384ee0
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