From: fat Date: Thu, 16 Jan 2014 22:28:21 +0000 (-0800) Subject: add missing paren X-Git-Tag: v3.1.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd6a52562c48d6d798bcbe427e08ad306889b4a;p=thirdparty%2Fbootstrap.git add missing paren --- diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 087de80dd9..b9b003dd1d 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -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) })