From 51da8b924b906e825296c0b0b9379ca7e8bc3f02 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 16 Sep 2021 14:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/0.single.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/0.single.js b/src/base/single/0.single.js index 1e9801a5d..4aa013f82 100644 --- a/src/base/single/0.single.js +++ b/src/base/single/0.single.js @@ -13,7 +13,7 @@ BI.Single = BI.inherit(BI.Widget, { _defaultConfig: function () { var conf = BI.Single.superclass._defaultConfig.apply(this, arguments); return BI.extend(conf, { - el: {}, + // el: {}, readonly: false, title: null, warningTitle: null,