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

Fix typo found with codespell.

parent 3424df22
6 merge requests!4855Solved bug in bootstrap tooltip when entering and leaving quickly,!4830Tabs should generate hide events,!4789Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines ),!4705Add `dynamic` helper class for popovers and an opt-in mixin to control their size, border-width, inner color, and border color,!4643Codespell,!4642Codespell
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