From f0c4d3dfb4b2b4ca1e2e049d04701743ec2d889d Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 15 Dec 2017 09:31:17 +0800 Subject: [PATCH] update --- src/base/combination/loader.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/base/combination/loader.js b/src/base/combination/loader.js index 19e5774d6..9b6acbb9f 100644 --- a/src/base/combination/loader.js +++ b/src/base/combination/loader.js @@ -109,11 +109,9 @@ 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 () {