SynchronizeTip: added close method.

This commit is contained in:
Julia Radzhabova 2017-11-10 15:41:56 +03:00
parent 76e49ef7da
commit a472407675

View file

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