Commit aa07523e authored by Mark Otto's avatar Mark Otto

Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip

parents d9593e21 d9fe9af9
...@@ -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 })
......
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