Fix for running preview on indexes  (I think this got accidentally commented 
out?)


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0b9bb156
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0b9bb156
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0b9bb156

Branch: refs/heads/api-options
Commit: 0b9bb15688821b5657ff81445ff1b88d6ffac7a6
Parents: 678d034
Author: suelockwood <[email protected]>
Authored: Wed Jan 15 16:22:52 2014 -0500
Committer: suelockwood <[email protected]>
Committed: Wed Jan 15 16:22:52 2014 -0500

----------------------------------------------------------------------
 src/fauxton/app/addons/pouchdb/pouch.collate.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0b9bb156/src/fauxton/app/addons/pouchdb/pouch.collate.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/pouchdb/pouch.collate.js 
b/src/fauxton/app/addons/pouchdb/pouch.collate.js
index 6c64410..31e5650 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);
+
 
-});

Reply via email to