From 8cdb4d48f207e7dc37b160b038175302e52266e8 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 2 Aug 2013 00:11:37 -0700 Subject: [PATCH] Fix chain check in test/underscore.html. Former-commit-id: 39ebd562e1fd08548f778c7f7ddfa3c0885a782e --- test/underscore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/underscore.html b/test/underscore.html index 54de9cc9b..bdb18b523 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -31,7 +31,7 @@ push = arrayProto.push, slice = arrayProto.slice; - if (lodash().each().__chain__) { + if (!lodash().map()) { return; } lodash.mixin = function(object) {