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

JS: remove unused variables.

This commit is contained in:
XhmikosR
2014-03-01 18:19:50 +02:00
parent de86b36b50
commit 45b476bdbf
11 changed files with 31 additions and 32 deletions

View File

@@ -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