Skip to content

Commit

Permalink
toQueryPair(): value is already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Homyakov committed Oct 22, 2012
1 parent d017062 commit 6336c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prototype/lang/hash.js
Expand Up @@ -291,7 +291,7 @@ var Hash = Class.create(Enumerable, (function() {
function toQueryPair(key, value) {
if (Object.isUndefined(value)) return key;

var value = String.interpret(value);
value = String.interpret(value);

// Normalize newlines as \r\n because the HTML spec says newlines should
// be encoded as CRLFs.
Expand Down

0 comments on commit 6336c45

Please sign in to comment.