aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-04-09 10:07:35 +0300
committerXhmikosR <[email protected]>2014-04-09 10:07:35 +0300
commitee2df11e93c88dff946560d81fd5e2d8fbdd61d4 (patch)
tree003d888c65d75cc5bb5f2d103ae099980dbfd514 /js/tooltip.js
parentde86b36b508096eea1f9326983ab4d50358f66a5 (diff)
parent2f0f8ec6d13129cad43e710a3886e59214367c89 (diff)
downloadbootstrap-ee2df11e93c88dff946560d81fd5e2d8fbdd61d4.tar.xz
bootstrap-ee2df11e93c88dff946560d81fd5e2d8fbdd61d4.zip
Merge pull request #13091 from twbs/unused-js
Remove unused javascript
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index f27beacc6..bb47d4336 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -195,7 +195,6 @@
}
Tooltip.prototype.applyPlacement = function (offset, placement) {
- var replace
var $tip = this.tip()
var width = $tip[0].offsetWidth
var height = $tip[0].offsetHeight