hide also the tooltip when it is destroyed (#11146) (#11173)

This commit is contained in:
Spencer 2017-04-12 05:43:27 -07:00 committed by Court Ewing
parent 74e2d44071
commit 420e308797

View file

@ -177,6 +177,7 @@ Tooltip.prototype.render = function () {
};
Tooltip.prototype.destroy = function () {
this.hide();
this.binder.destroy();
};