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:
authorVarelloThemes <info@varellothemes.com>2016-09-15 19:39:31 +0300
committerMark Otto <markd.otto@gmail.com>2016-09-15 19:39:31 +0300
commit63129112bbea91f7cd62014f162f857f50084656 (patch)
tree54b49fba6c0fab63c3ab82d4f5e983a041b43838 /js/tests/unit/tooltip.js
parent3f01134031b15a934d5e233bb26a407a7e05492b (diff)
replace some profanities (#20715)
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 9ec5ddb037..6cf870551e 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -368,7 +368,7 @@ $(function () {
var $tooltip = $($target.data('bs.tooltip').tip)
- // this is some dumb hack shit because sub pixels in firefox
+ // this is some dumb hack stuff because sub pixels in firefox
var top = Math.round($target.offset().top + ($target[0].offsetHeight / 2) - ($tooltip[0].offsetHeight / 2))
var top2 = Math.round($tooltip.offset().top)
var topDiff = top - top2