From 25e42f6d9d9a91ccf8581d4cd4dd24a8c86945ab Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 1 Mar 2022 23:00:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0logic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/logic/logic.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/logic/logic.js b/src/core/logic/logic.js index 954456599..fab052e19 100644 --- a/src/core/logic/logic.js +++ b/src/core/logic/logic.js @@ -30,7 +30,7 @@ BI.LogicFactory = { case BI.LogicFactory.Type.HorizontalFill: logic = BI.HorizontalFillLayoutLogic; break; - default : + default: logic = BI.Logic; break; } @@ -52,7 +52,6 @@ BI.LogicFactory = { createLogicItemsByDirection: function (direction) { var layout; var items = Array.prototype.slice.call(arguments, 1); - items = BI.compact(items); items = BI.map(items, function (i, item) { if (BI.isWidget(item)) { return {