@ -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;