mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 02:35:49 +00:00
Fix typo found with codespell.
This commit is contained in:
parent
3424df22ee
commit
019d9bf0f3
1 changed files with 1 additions and 1 deletions
2
js/tests/unit/bootstrap-tooltip.js
vendored
2
js/tests/unit/bootstrap-tooltip.js
vendored
|
|
@ -113,7 +113,7 @@ $(function () {
|
||||||
}, 50)
|
}, 50)
|
||||||
})
|
})
|
||||||
|
|
||||||
test("should show tooltip if leave event hasn't occured before delay expires", function () {
|
test("should show tooltip if leave event hasn't occurred before delay expires", function () {
|
||||||
var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
|
var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
|
||||||
.appendTo('#qunit-fixture')
|
.appendTo('#qunit-fixture')
|
||||||
.tooltip({ delay: 150 })
|
.tooltip({ delay: 150 })
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue