Browse Source

整理代码

es6
guy 3 years ago
parent
commit
51da8b924b
  1. 2
      src/base/single/0.single.js

2
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,

Loading…
Cancel
Save