summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-10-13 10:48:38 -0400
committerEliot Horowitz <eliot@10gen.com>2009-10-13 10:48:38 -0400
commitf7553c7835e4d7a388bc82ba57a256a4c7441931 (patch)
treee6682d848012c3935d2740f5f5550e69a6fed74c /shell
parentfe88b0695996ba2f098c513ad26b7cdcc63e8b79 (diff)
downloadmongo-f7553c7835e4d7a388bc82ba57a256a4c7441931.tar.gz
v8: more refactoring, basic shell working
Diffstat (limited to 'shell')
-rw-r--r--shell/mongo.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/mongo.js b/shell/mongo.js
index 1c6b5038bcd..f9dacf66c22 100644
--- a/shell/mongo.js
+++ b/shell/mongo.js
@@ -11,7 +11,6 @@ if ( ! Mongo.prototype ){
throw "Mongo.prototype not defined";
}
-
if ( ! Mongo.prototype.find )
Mongo.prototype.find = function( ns , query , fields , limit , skip ){ throw "find not implemented"; }
if ( ! Mongo.prototype.insert )