mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
add missing paren
This commit is contained in:
@@ -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)
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user