Comparing version 0.6.1 to 0.6.2
@@ -97,5 +97,5 @@ var mongodb = require('mongodb'); | ||
args = Array.prototype.slice.call(arguments); | ||
args = Array.prototype.slice.call(args); | ||
var callback = args.pop(); | ||
return fn.apply(this, args).toArray(callback); | ||
return this._apply(fn, args).toArray(callback); // issue here.. | ||
}; | ||
@@ -102,0 +102,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["mongo", "db", "mongodb"], | ||
"version":"0.6.1", | ||
"version":"0.6.2", | ||
"repository": "git://github.com/gett/mongojs.git", | ||
@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>", |
15841
19
436