From 3d7f5af97379a28f4ee4937b0a654c6d1f345fd6 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 16 Jan 2009 21:27:43 +0000 Subject: Some cleanup of the suggest and editinline jQuery plugins. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@735146 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.format.js | 1 - 1 file changed, 1 deletion(-) (limited to 'share/www/script/futon.format.js') diff --git a/share/www/script/futon.format.js b/share/www/script/futon.format.js index 028119ed..d301a373 100644 --- a/share/www/script/futon.format.js +++ b/share/www/script/futon.format.js @@ -71,7 +71,6 @@ buf.push("{"); var index = 0; for (var key in val) { - if (!val.hasOwnProperty(key)) continue; buf.push(index > 0 ? itemsep : options.linesep); var keyDisplay = options.quoteKeys ? JSON.stringify(key) : key; if (options.html) { -- cgit v1.2.3