Commit d3614704 authored by Chris Rebert's avatar Chris Rebert
Browse files

tooltip unit tests: fix typo in test description

parent 44894a40
Showing with 1 addition and 1 deletion
+1 -1
...@@ -659,7 +659,7 @@ $(function () { ...@@ -659,7 +659,7 @@ $(function () {
}, 0) }, 0)
}) })
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 () {
stop() stop()
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"/>') var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"/>')
......
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