Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 22, 2011
1 parent 61a379f commit 899df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/querystring.js
Expand Up @@ -96,7 +96,7 @@ function merge(parent, key, val){
*/

function parseObject(obj){
var ret = {base:{}};
var ret = { base: {} };
Object.keys(obj).forEach(function(name){
merge(ret, name, obj[name]);
});
Expand Down

0 comments on commit 899df6c

Please sign in to comment.