From a8299b5b45f9b72829eead235524d2888eb2c03a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 16 Dec 2014 19:06:57 -0800 Subject: Remove ancillary references to IE<9 in comments+docs --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/tooltip.js b/js/tooltip.js index cda147d9c..bd376f772 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 -- cgit v1.2.3