summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbear@apache.org>2014-01-15 16:22:52 -0500
committersuelockwood <deathbear@apache.org>2014-01-15 16:22:52 -0500
commit0b9bb15688821b5657ff81445ff1b88d6ffac7a6 (patch)
tree4b3cf4d1b586b6285ffd361f9a590ebcc8b82541
parent678d034a8ebe144c961467b8d25018a897e3494b (diff)
downloadcouchdb-0b9bb15688821b5657ff81445ff1b88d6ffac7a6.tar.gz
Fix for running preview on indexes (I think this got accidentally commented out?)
-rw-r--r--src/fauxton/app/addons/pouchdb/pouch.collate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fauxton/app/addons/pouchdb/pouch.collate.js b/src/fauxton/app/addons/pouchdb/pouch.collate.js
index 6c64410db..31e5650a5 100644
--- a/src/fauxton/app/addons/pouchdb/pouch.collate.js
+++ b/src/fauxton/app/addons/pouchdb/pouch.collate.js
@@ -110,6 +110,6 @@ function(app, FauxtonAPI, Collate) {
return Pouch;
-//}).call(this);
+}).call(this);
+
-});