1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

on destroy, also hide. issue #3880, pull #4104

This commit is contained in:
Jon Stevens
2012-07-20 09:47:12 -07:00
parent 2ee9b2717b
commit 117f65d431
5 changed files with 8 additions and 2 deletions

View File

@@ -236,6 +236,7 @@
}
, destroy: function () {
this.hide()
this.$element.off(this.options.ns).removeData('tooltip')
}