Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-10-26 06:41:47 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2014-10-26 06:41:47 +0300
commit5da85f8e8b9341ffb0779b98eb7655f0bfab6f22 (patch)
tree9080d8d80d369ae33a4b054fa5f4b0be10ecc23e /js/tests/unit/tooltip.js
parent2cbb1d937474cd928c9c06b613ee3857d936e91a (diff)
Follow-up to 9740d8b: fix small typo
Diffstat (limited to 'js/tests/unit/tooltip.js')
-rw-r--r--js/tests/unit/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 01c90a81cf..70452df629 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -928,7 +928,7 @@ $(function () {
$tooltip.trigger('mouseenter')
})
- test('should hide tip after hide delay even if moused left before end of fade in', function () {
+ test('should hide tip after hide delay even if mouse left before end of fade in', function () {
stop()
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip for test"/>')