Commit d3614704 authored by Chris Rebert's avatar Chris Rebert

tooltip unit tests: fix typo in test description

parent 44894a40
...@@ -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"/>')
......
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