Merge branch 'bug/changing-queries'

This commit is contained in:
DallonF
2012-08-28 10:17:07 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ Collection.prototype.find = function (ctx, fn) {
, session = ctx.session
, client = ctx.dpd
, errors
, data
, sanitizedQuery = this.sanitizeQuery(query);
function done(err, result) {

File diff suppressed because one or more lines are too long