aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2014-01-16 14:28:21 -0800
committerfat <[email protected]>2014-01-16 14:28:21 -0800
commit4bd6a52562c48d6d798bcbe427e08ad306889b4a (patch)
tree393c99350d83797d92263eb7c19d6405883c1971
parent82ff4e2e40a3f81c569cc46c1ae1f10ffde9e6ad (diff)
downloadbootstrap-4bd6a52562c48d6d798bcbe427e08ad306889b4a.tar.xz
bootstrap-4bd6a52562c48d6d798bcbe427e08ad306889b4a.zip
add missing paren
-rw-r--r--js/tests/unit/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 087de80dd..b9b003dd1 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)
})