Fix chain check in test/underscore.html.

Former-commit-id: 39ebd562e1fd08548f778c7f7ddfa3c0885a782e
This commit is contained in:
John-David Dalton
2013-08-02 00:11:37 -07:00
parent 907ac05c00
commit 8cdb4d48f2

View File

@@ -31,7 +31,7 @@
push = arrayProto.push,
slice = arrayProto.slice;
if (lodash().each().__chain__) {
if (!lodash().map()) {
return;
}
lodash.mixin = function(object) {