From 52654ac96ccb4d2a0d43904a312cb1e06b526c73 Mon Sep 17 00:00:00 2001 From: NieShichao Date: Thu, 14 Dec 2017 15:07:14 +0800 Subject: [PATCH] =?UTF-8?q?loader=E9=87=8Cbutton=5Fgroup=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/combination/loader.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/combination/loader.js b/src/base/combination/loader.js index 9b6acbb9f..19e5774d6 100644 --- a/src/base/combination/loader.js +++ b/src/base/combination/loader.js @@ -109,9 +109,11 @@ BI.Loader = BI.inherit(BI.Widget, { o.isDefaultInit && BI.isEmpty(o.items) && BI.nextTick(BI.bind(function () { o.isDefaultInit && BI.isEmpty(o.items) && this.populate(); }, this)); + /* if (BI.isNotEmptyArray(o.items)) { this.populate(o.items); } + */ }, hasPrev: function () {