Add more comments

This commit is contained in:
Raymond Feng 2013-12-15 21:43:21 -08:00
parent 9890af119e
commit 8d1d6f4466
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@ DataAccessObject._coerce = function (where) {
if ('object' === typeof val) {
if (Object.keys(val).length !== 1) {
// Skip if there are not only one properties
// as the assumption for operators is not true here
continue;
}
for (var op in operators) {