summaryrefslogtreecommitdiff
path: root/share/server/util.js
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-11-25 18:01:37 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-11-25 18:01:37 +0000
commit8915ae339640551b8d603732ab5b901d66d842a2 (patch)
tree9d839b59a42aa63cab8da1ce946b15e33a485f16 /share/server/util.js
parent4e20909c3c53e532215657c08848998583dfceff (diff)
Merged revision 1039118 from trunk:
Even if sealing of an array is not allowed in the installed SpiderMonkey version, seal its members. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1039121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/server/util.js')
-rw-r--r--share/server/util.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/server/util.js b/share/server/util.js
index c5e89f3d..b55480b9 100644
--- a/share/server/util.js
+++ b/share/server/util.js
@@ -101,7 +101,6 @@ var Couch = {
} catch (x) {
// Sealing of arrays broken in some SpiderMonkey versions.
// https://bugzilla.mozilla.org/show_bug.cgi?id=449657
- return;
}
for (var propname in obj) {
if (typeof obj[propname] == "object") {