summaryrefslogtreecommitdiff
path: root/share/www/script/futon.format.js
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-16 21:27:43 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-16 21:27:43 +0000
commit3d7f5af97379a28f4ee4937b0a654c6d1f345fd6 (patch)
treebd2819a5918b7d335f62a6463f0685af4ad8576c /share/www/script/futon.format.js
parent4c921ff6730e63a17c5be5b5ac01da44818833a4 (diff)
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
Diffstat (limited to 'share/www/script/futon.format.js')
-rw-r--r--share/www/script/futon.format.js1
1 files changed, 0 insertions, 1 deletions
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) {