mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +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,
|
||||
slice = arrayProto.slice;
|
||||
|
||||
if (lodash().each().__chain__) {
|
||||
if (!lodash().map()) {
|
||||
return;
|
||||
}
|
||||
lodash.mixin = function(object) {
|
||||
|
||||
Reference in New Issue
Block a user