summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwohali <joant@ieee.org>2012-11-15 17:08:47 -0500
committerwohali <joant@ieee.org>2012-11-15 17:08:47 -0500
commit2303dde03beeb04f1a36d7f124c21340e9f3abe7 (patch)
treeaf846e1a100d3b90eae648af0fd42d0bfc64be0a
parent3c4555f3cf27cbb62be8e6a817060ffc5333cf08 (diff)
remove dreyfus
-rw-r--r--couchjs/js/loop.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/couchjs/js/loop.js b/couchjs/js/loop.js
index af4d65df..eb32d5cf 100644
--- a/couchjs/js/loop.js
+++ b/couchjs/js/loop.js
@@ -27,7 +27,6 @@ function init_sandbox() {
sandbox.send = Render.send;
sandbox.getRow = Render.getRow;
sandbox.isArray = isArray;
- sandbox.index = Dreyfus.index;
} catch (e) {
log(e.toSource());
}
@@ -106,8 +105,7 @@ var Loop = function() {
"add_lib" : State.addLib,
"map_doc" : Views.mapDoc,
"reduce" : Views.reduce,
- "rereduce" : Views.rereduce,
- "index_doc": Dreyfus.indexDoc
+ "rereduce" : Views.rereduce
};
function handleError(e) {
var type = e[0];