Skip to content

Commit a597f21

Browse files
committed
Fix formatting
1 parent 7df65c9 commit a597f21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unpacked/MathJax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,8 @@ MathJax.Hub = {
24642464
},
24652465

24662466
getTabOrder: function() {
2467-
return this.config.menuSettings.inTabOrder ? 0 : -1},
2467+
return this.config.menuSettings.inTabOrder ? 0 : -1;
2468+
},
24682469

24692470
// Old browsers (e.g. Internet Explorer <= 8) do not support trim().
24702471
SplitList: ("trim" in String.prototype ?

0 commit comments

Comments
 (0)