Skip to content

Commit

Permalink
Revert "Fix #2628"
Browse files Browse the repository at this point in the history
This reverts commit b7c854a.
  • Loading branch information
vkarpov15 committed Jan 29, 2015
1 parent b7c854a commit cc42644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,8 @@ Query.prototype.count = function (conditions, callback) {
* distinct(fn)
* distinct()
*
* @param {String} [field]
* @param {Object|Query} [criteria]
* @param {String} [field]
* @param {Function} [callback]
* @return {Query} this
* @see distinct http://docs.mongodb.org/manual/reference/method/db.collection.distinct/
Expand Down

0 comments on commit cc42644

Please sign in to comment.