mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Follow-up to 9740d8b: fix small typo
This commit is contained in:
parent
2cbb1d9374
commit
5da85f8e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ $(function () {
|
|||
$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()
|
||||
|
||||
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip for test"/>')
|
||||
|
|
|
|||
Loading…
Reference in a new issue