diff -r 5e8fd89c02ea -r a38876c0793c includes/clientside/static/json.js --- a/includes/clientside/static/json.js Sun Jun 22 18:13:59 2008 -0400 +++ b/includes/clientside/static/json.js Tue Jun 24 23:37:23 2008 -0400 @@ -150,7 +150,8 @@ var j = eval('(' + string + ')'); if (typeof filter === 'function') { - function walk(k, v) { + function walk(k, v) + { if (v && typeof v === 'object') { for (var i in v) { if (v.hasOwnProperty(i)) {