Просмотр исходного кода

Bad, bad language. Firewalls hate it!

Rahul Patil 9 лет назад
Родитель
Сommit
2864289061
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/util.js

+ 1 - 1
src/util.js

@@ -144,7 +144,7 @@ function subtractInnerElHeight(outerEl, innerEl) {
 	var both = outerEl.add(innerEl);
 	var diff;
 
-	// fuckin IE8/9/10/11 sometimes returns 0 for dimensions. this weird hack was the only thing that worked
+	// effin' IE8/9/10/11 sometimes returns 0 for dimensions. this weird hack was the only thing that worked
 	both.css({
 		position: 'relative', // cause a reflow, which will force fresh dimension recalculation
 		left: -1 // ensure reflow in case the el was already relative. negative is less likely to cause new scroll