Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
remove dreyfus
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Nov 15, 2012
1 parent 3c4555f commit 2303dde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions couchjs/js/loop.js
Expand Up @@ -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());
}
Expand Down Expand Up @@ -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];
Expand Down

0 comments on commit 2303dde

Please sign in to comment.