mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Fix chain check in test/underscore.html.
Former-commit-id: 39ebd562e1fd08548f778c7f7ddfa3c0885a782e
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
push = arrayProto.push,
|
push = arrayProto.push,
|
||||||
slice = arrayProto.slice;
|
slice = arrayProto.slice;
|
||||||
|
|
||||||
if (lodash().each().__chain__) {
|
if (!lodash().map()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
lodash.mixin = function(object) {
|
lodash.mixin = function(object) {
|
||||||
|
|||||||
Reference in New Issue
Block a user