|
|
@ -138,7 +138,7 @@ BI.PopoverController = BI.inherit(BI.Controller, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
remove: function (name) { |
|
|
|
remove: function (name) { |
|
|
|
if (!this._check(name)) { |
|
|
|
if (!this.has(name)) { |
|
|
|
return this; |
|
|
|
return this; |
|
|
|
} |
|
|
|
} |
|
|
|
this.floatContainer[name].destroy(); |
|
|
|
this.floatContainer[name].destroy(); |
|
|
|