diff options
| author | XhmikosR <[email protected]> | 2014-03-01 18:19:50 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-09 10:01:48 +0300 |
| commit | 45b476bdbff7ac38518deb7898529bb9510f648f (patch) | |
| tree | c71c86db355f6194b39b68895b5999d4d5f6a746 /js/tooltip.js | |
| parent | de86b36b508096eea1f9326983ab4d50358f66a5 (diff) | |
| download | bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.tar.xz bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.zip | |
JS: remove unused variables.
Diffstat (limited to 'js/tooltip.js')
| -rw-r--r-- | js/tooltip.js | 1 |
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 |
