Commit 4bd6a525 authored by fat's avatar fat

add missing paren

parent 82ff4e2e
...@@ -332,7 +332,7 @@ $(function () { ...@@ -332,7 +332,7 @@ $(function () {
var tooltip = container.find('.tooltip') var tooltip = container.find('.tooltip')
start() 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() container.remove()
}, 100) }, 100)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment