1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

run make on js files

This commit is contained in:
Mark Otto
2012-06-20 23:46:29 -07:00
parent 3875a9f31b
commit 59153205b3
6 changed files with 26 additions and 4 deletions

View File

@@ -235,6 +235,10 @@
this[this.tip().hasClass('in') ? 'hide' : 'show']()
}
, destroy: function () {
this.$element.off().removeData('tooltip')
}
}