diff options
| author | VarelloThemes <[email protected]> | 2016-09-15 17:39:31 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-15 09:39:31 -0700 |
| commit | 63129112bbea91f7cd62014f162f857f50084656 (patch) | |
| tree | 54b49fba6c0fab63c3ab82d4f5e983a041b43838 /js | |
| parent | 3f01134031b15a934d5e233bb26a407a7e05492b (diff) | |
| download | bootstrap-63129112bbea91f7cd62014f162f857f50084656.tar.xz bootstrap-63129112bbea91f7cd62014f162f857f50084656.zip | |
replace some profanities (#20715)
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/tooltip.js | 2 |
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 |
