Commit 4bd6a525 authored by fat's avatar fat
Browse files

add missing paren

parent 82ff4e2e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
})
......
Supports Markdown
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