diff --git a/lodash.js b/lodash.js index d975317a8..0848dd05c 100644 --- a/lodash.js +++ b/lodash.js @@ -2495,7 +2495,7 @@ result = []; forEach(collection, function(value) { - var index = -1, passed = true; + var index = -1; while (++index < length) { var prop = props[index], pass = value[prop] === properties[prop];