fix some JS to pass jscs

This commit is contained in:
Chris Rebert 2013-12-06 16:51:59 -08:00
parent 4be126e014
commit 351f86e1db
6 changed files with 8 additions and 8 deletions

View File

@ -347,7 +347,7 @@ $(function () {
.tooltip('show')
, tooltip = container.find(".tooltip")
ok( Math.round(target.offset().top + target[0].offsetHeight/2 - tooltip[0].offsetHeight/2) === Math.round(tooltip.offset().top) )
ok( Math.round(target.offset().top + (target[0].offsetHeight / 2) - (tooltip[0].offsetHeight / 2)) === Math.round(tooltip.offset().top) )
target.tooltip('hide')
})