1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

grunt dist

This commit is contained in:
Chris Rebert
2014-12-17 15:26:12 -08:00
parent ed5bff5951
commit 90f4767d06
6 changed files with 5 additions and 16 deletions

View File

@@ -1457,7 +1457,7 @@ if (typeof jQuery === 'undefined') {
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