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:
authorJohann-S <johann.servoire@gmail.com>2018-05-07 16:56:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-22 17:26:21 +0300
commit0338b61eb634e7fa3369c84fd931b7c33b731562 (patch)
tree22d3846649369c3740b2d7a45c18362377ec271e /js/tests/unit/tooltip.js
parent0873ab71c78639c0bf622bc3236698eb2b6d920b (diff)
chore(deps): update qunit and karma-qunit
Diffstat (limited to 'js/tests/unit/tooltip.js')
-rw-r--r--js/tests/unit/tooltip.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index a2a2395309..e9e6ae3242 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -17,6 +17,7 @@ $(function () {
$.fn.tooltip = $.fn.bootstrapTooltip
delete $.fn.bootstrapTooltip
$('.tooltip').remove()
+ $('#qunit-fixture').html('')
}
})