From 2f0f8ec6d13129cad43e710a3886e59214367c89 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 8 Mar 2014 09:10:35 +0200 Subject: Run `grunt dist`. --- dist/js/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/js/bootstrap.js') diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index d85a7514c..0cc5c8ca6 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1243,7 +1243,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re } Tooltip.prototype.applyPlacement = function (offset, placement) { - var replace var $tip = this.tip() var width = $tip[0].offsetWidth var height = $tip[0].offsetHeight @@ -1626,7 +1625,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re this.targets = $([]) var self = this - var $targets = this.$body + + this.$body .find(this.selector) .map(function () { var $el = $(this) -- cgit v1.2.3