Commit d9fe9af9 authored by Mark Otto's avatar Mark Otto

Merge pull request #4643 from rpavlik/codespell

Spelling mistake in tooltip test
parents 5cbb8269 019d9bf0
......@@ -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 })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment