Merge pull request #4643 from rpavlik/codespell

Spelling mistake in tooltip test
This commit is contained in:
Mark Otto 2012-08-23 09:51:20 -07:00
commit d9fe9af966

View File

@ -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 })