mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add missing paren
This commit is contained in:
parent
82ff4e2e40
commit
4bd6a52562
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue