Add shim path back to _.isEmpty.

This commit is contained in:
John-David Dalton
2016-03-27 13:35:14 -07:00
parent 61c740a4eb
commit 792347978a

View File

@@ -10410,7 +10410,7 @@
return false;
}
}
return true;
return !(nonEnumShadows && keys(value).length);
}
/**