2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove ancillary references to IE<9 in comments+docs

This commit is contained in:
Chris Rebert
2014-12-16 19:06:57 -08:00
parent ea039ac72e
commit a8299b5b45
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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