Skip to content

Commit 7fef0a4

Browse files
committed
Fix typo in previous commit.
1 parent ef596f6 commit 7fef0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/extensions/mml2jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ MathJax.Extension.mml2jax = {
212212
// - jsMath2jax.js: 8
213213
// - asciimath2jax.js, tex2jax.js: 10 (default)
214214
// See issues 18 and 484 and the other *2jax.js files.
215-
MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.mml2jax,5]);
215+
MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.mml2jax],5);
216216
MathJax.Ajax.loadComplete("[MathJax]/extensions/mml2jax.js");

0 commit comments

Comments
 (0)