diff --git a/src/base/single/0.single.js b/src/base/single/0.single.js index 4aa013f82..e12c726d1 100644 --- a/src/base/single/0.single.js +++ b/src/base/single/0.single.js @@ -13,7 +13,6 @@ BI.Single = BI.inherit(BI.Widget, { _defaultConfig: function () { var conf = BI.Single.superclass._defaultConfig.apply(this, arguments); return BI.extend(conf, { - // el: {}, readonly: false, title: null, warningTitle: null, @@ -23,10 +22,6 @@ BI.Single = BI.inherit(BI.Widget, { }); }, - render: function () { - return this.options.el; - }, - _showToolTip: function (e, opt) { opt || (opt = {}); var self = this, o = this.options;