add missing paren

This commit is contained in:
fat 2014-01-16 14:28:21 -08:00
parent 82ff4e2e40
commit 4bd6a52562

View File

@ -332,7 +332,7 @@ $(function () {
var tooltip = container.find('.tooltip')
start()
ok(Math.round(tooltip.offset().top + tooltip.outerHeight()) <= Math.round(tooltiped.offset().top)
ok(Math.round(tooltip.offset().top + tooltip.outerHeight()) <= Math.round(tooltiped.offset().top))
container.remove()
}, 100)
})