Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-17 06:06:57 +0300
committerChris Rebert <code@rebertia.com>2014-12-17 06:06:57 +0300
commita8299b5b45f9b72829eead235524d2888eb2c03a (patch)
tree468a18c3d2ae31d3284952db97aaa256b9ba0032 /js/tooltip.js
parentea039ac72e08585c10916d5d737b691043551120 (diff)
Remove ancillary references to IE<9 in comments+docs
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index cda147d9c7..bd376f7727 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -231,7 +231,7 @@
var marginTop = parseInt($tip.css('margin-top'), 10)
var marginLeft = parseInt($tip.css('margin-left'), 10)
- // we must check for NaN for ie 8/9
+ // we must check for NaN for IE9
if (isNaN(marginTop)) marginTop = 0
if (isNaN(marginLeft)) marginLeft = 0