mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
Follow-up to 9740d8b
: fix small typo
This commit is contained in:
@@ -928,7 +928,7 @@ $(function () {
|
|||||||
$tooltip.trigger('mouseenter')
|
$tooltip.trigger('mouseenter')
|
||||||
})
|
})
|
||||||
|
|
||||||
test('should hide tip after hide delay even if moused left before end of fade in', function () {
|
test('should hide tip after hide delay even if mouse left before end of fade in', function () {
|
||||||
stop()
|
stop()
|
||||||
|
|
||||||
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip for test"/>')
|
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip for test"/>')
|
||||||
|
Reference in New Issue
Block a user