From 59153205b337df6900a681eb3b3681620bd20ec2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 20 Jun 2012 23:46:29 -0700 Subject: run make on js files --- docs/assets/js/bootstrap-tooltip.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/assets/js/bootstrap-tooltip.js') diff --git a/docs/assets/js/bootstrap-tooltip.js b/docs/assets/js/bootstrap-tooltip.js index f5f9fad3f..f280e3696 100644 --- a/docs/assets/js/bootstrap-tooltip.js +++ b/docs/assets/js/bootstrap-tooltip.js @@ -235,6 +235,10 @@ this[this.tip().hasClass('in') ? 'hide' : 'show']() } + , destroy: function () { + this.$element.off().removeData('tooltip') + } + } -- cgit v1.2.3