Commit 019d9bf0 authored by Ryan Pavlik's avatar Ryan Pavlik
Browse files

Fix typo found with codespell.

parent 3424df22
Showing with 1 addition and 1 deletion
+1 -1
...@@ -113,7 +113,7 @@ $(function () { ...@@ -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 })
......
Supports Markdown
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