diff options
Diffstat (limited to 'couchjs')
-rw-r--r-- | couchjs/js/loop.js | 4 |
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]; |