Skip to content

Commit 7a03186

Browse files
committed
Fix missing comma spotted by minifier.
1 parent 11b5897 commit 7a03186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/MathJax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ MathJax.Hub = {
23682368
// Attach the menu events
23692369
//
23702370
MathJax.Ajax.Require("[MathJax]/extensions/MathEvents.js",function () {
2371-
var EVENT = MathJax.Extension.MathEvents.Event
2371+
var EVENT = MathJax.Extension.MathEvents.Event,
23722372
HUB = MathJax.Hub;
23732373
error.oncontextmenu = EVENT.Menu;
23742374
error.onmousedown = EVENT.Mousedown;

0 commit comments

Comments
 (0)