From b9be78351d47a8a23c078ae86318c5f2145e58a3 Mon Sep 17 00:00:00 2001 From: Young Date: Mon, 12 Mar 2018 15:05:23 +0800 Subject: [PATCH] =?UTF-8?q?contains=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/base.js b/src/core/base.js index 4fad1d696..ca4a970d6 100644 --- a/src/core/base.js +++ b/src/core/base.js @@ -159,7 +159,7 @@ if (!window.BI) { }); // 集合相关方法 - _.each(["where", "findWhere", "contains", "invoke", "pluck", "shuffle", "sample", "toArray", "size"], function (name) { + _.each(["where", "findWhere", "invoke", "pluck", "shuffle", "sample", "toArray", "size"], function (name) { BI[name] = _apply(name); }); _.each(["get", "each", "map", "reduce", "reduceRight", "find", "filter", "reject", "every", "all", "some", "any", "max", "min",