From 63129112bbea91f7cd62014f162f857f50084656 Mon Sep 17 00:00:00 2001 From: VarelloThemes Date: Thu, 15 Sep 2016 17:39:31 +0100 Subject: replace some profanities (#20715) --- js/tests/unit/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/unit/tooltip.js') 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 -- cgit v1.2.3