Comparing version 0.6.0 to 0.6.1
@@ -155,3 +155,3 @@ var mongodb = require('mongodb'); | ||
Collection.prototype.group = function(group, callback) { | ||
this._apply(DRIVER_COLLECTION_PROTO.group, [group.key, group.cond, group.initial, group.reduce, group.finalize, true], callback); | ||
this._apply(DRIVER_COLLECTION_PROTO.group, [group.key, group.cond, group.initial, group.reduce, group.finalize, true, callback]); | ||
}; | ||
@@ -158,0 +158,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["mongo", "db", "mongodb"], | ||
"version":"0.6.0", | ||
"version":"0.6.1", | ||
"repository": "git://github.com/gett/mongojs.git", | ||
@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14948
17
397