]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add missing paren
authorfat <jacobthornton@gmail.com>
Thu, 16 Jan 2014 22:28:21 +0000 (14:28 -0800)
committerfat <jacobthornton@gmail.com>
Thu, 16 Jan 2014 22:28:21 +0000 (14:28 -0800)
js/tests/unit/tooltip.js

index 087de80dd959b8849a4693a897b5d5c05a0869df..b9b003dd1d1055152cb7534ca1b3b33e1fdfc3c1 100644 (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)
       })