mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Make _.where return all elements when the props object is empty.
This commit is contained in:
2
dist/lodash.js
vendored
2
dist/lodash.js
vendored
@@ -7545,7 +7545,7 @@
|
||||
}
|
||||
return function(object) {
|
||||
var length = propsLength,
|
||||
result = false;
|
||||
result = true;
|
||||
|
||||
while (length--) {
|
||||
var key = props[length];
|
||||
|
||||
Reference in New Issue
Block a user