From 8d1d6f446647b48c5d61cd80e8378a265984ce6b Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Sun, 15 Dec 2013 21:43:21 -0800 Subject: [PATCH] Add more comments --- lib/dao.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dao.js b/lib/dao.js index c5784212..5207d4af 100644 --- a/lib/dao.js +++ b/lib/dao.js @@ -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) {