mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Add unit tests for _.where.
Former-commit-id: 5247bba20d7aa772867e29def99221faea376db1
This commit is contained in:
@@ -2198,7 +2198,7 @@
|
||||
'inLoop':
|
||||
'for (pass = true, propIndex = 0; propIndex < propsLength; propIndex++) {\n' +
|
||||
' prop = props[propIndex];\n' +
|
||||
' if (pass = value[prop] === properties[prop]) break\n' +
|
||||
' if (!(pass = value[prop] === properties[prop])) break\n' +
|
||||
'}\n' +
|
||||
'if (pass) result.push(value)'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user