aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-25 19:41:25 -0700
committerMark Otto <[email protected]>2012-08-25 19:41:25 -0700
commitaa07523e696c4418e9486b36d6fe49990fcd2f78 (patch)
tree5cd4c014c9174712710ac94522dbd71f22423ba9
parentd9593e217d9ed8bf8f0b5c119b1eca021608ceeb (diff)
parentd9fe9af9660264b14ce73c7a220a3627ba4c9414 (diff)
downloadbootstrap-aa07523e696c4418e9486b36d6fe49990fcd2f78.tar.xz
bootstrap-aa07523e696c4418e9486b36d6fe49990fcd2f78.zip
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
-rw-r--r--js/tests/unit/bootstrap-tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/bootstrap-tooltip.js b/js/tests/unit/bootstrap-tooltip.js
index 2eb8c8f7c..9844d6460 100644
--- a/js/tests/unit/bootstrap-tooltip.js
+++ b/js/tests/unit/bootstrap-tooltip.js
@@ -113,7 +113,7 @@ $(function () {
}, 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>')
.appendTo('#qunit-fixture')
.tooltip({ delay: 150 })