diff options
| author | fat <[email protected]> | 2014-01-16 14:28:21 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2014-01-16 14:28:21 -0800 |
| commit | 4bd6a52562c48d6d798bcbe427e08ad306889b4a (patch) | |
| tree | 393c99350d83797d92263eb7c19d6405883c1971 | |
| parent | 82ff4e2e40a3f81c569cc46c1ae1f10ffde9e6ad (diff) | |
| download | bootstrap-4bd6a52562c48d6d798bcbe427e08ad306889b4a.tar.xz bootstrap-4bd6a52562c48d6d798bcbe427e08ad306889b4a.zip | |
add missing paren
| -rw-r--r-- | js/tests/unit/tooltip.js | 2 |
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) }) |
