mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #4643 from rpavlik/codespell
Spelling mistake in tooltip test
This commit is contained in:
commit
d9fe9af966
2
js/tests/unit/bootstrap-tooltip.js
vendored
2
js/tests/unit/bootstrap-tooltip.js
vendored
@ -113,7 +113,7 @@ $(function () {
|
||||
}, 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>')
|
||||
.appendTo('#qunit-fixture')
|
||||
.tooltip({ delay: 150 })
|
||||
|
Loading…
Reference in New Issue
Block a user