changeset 582 | a38876c0793c |
parent 40 | 723bb7acf914 |
child 873 | 285f0c6d9c9a |
--- 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)) {