SynchronizeTip: added close method.
This commit is contained in:
parent
580903591a
commit
b3a3c0992b
|
@ -98,6 +98,10 @@ define([
|
|||
if (this.cmpEl) this.cmpEl.hide();
|
||||
},
|
||||
|
||||
close: function() {
|
||||
if (this.cmpEl) this.cmpEl.remove();
|
||||
},
|
||||
|
||||
applyPlacement: function () {
|
||||
var showxy = this.target.offset();
|
||||
if (this.placement == 'top')
|
||||
|
|
Loading…
Reference in a new issue