aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-15 10:20:57 -0700
committerMark Otto <[email protected]>2016-09-15 10:20:57 -0700
commit64dcb8b5073293daa911d2b274fd875f31693317 (patch)
tree112821f9bdd9b51f8953521cc2f34a537ccf74a2 /js/tests
parent15f522fd4ae3fe7933d526f045b0b2df22a35291 (diff)
parent63129112bbea91f7cd62014f162f857f50084656 (diff)
downloadbootstrap-64dcb8b5073293daa911d2b274fd875f31693317.tar.xz
bootstrap-64dcb8b5073293daa911d2b274fd875f31693317.zip
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'js/tests')
-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 9ec5ddb03..6cf870551 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