Skip to content

Commit 63064b1

Browse files
authored
Merge pull request #2019 from dpvc/issue2017
Change WebKit version for accent fix to 602. #2017
2 parents 93e05ef + d7d2751 commit 63064b1

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/HTML-CSS

1 file changed

+1
-1
lines changed

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@
32383238
safariTextNodeBug: !v3p0,
32393239
forceReflow: true,
32403240
FontFaceBug: true,
3241-
combiningCharBug: parseInt(browser.webkit) >= 603,
3241+
combiningCharBug: parseInt(browser.webkit) >= 602,
32423242
allowWebFonts: (v3p1 && !forceImages ? "otf" : false)
32433243
});
32443244
if (trueSafari) {

0 commit comments

Comments
 (0)