SynchronizeTip: added close method.
This commit is contained in:
parent
76e49ef7da
commit
a472407675
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue