Fix typo in previous commit.

This commit is contained in:
Frédéric Wang 2013-08-07 14:18:41 +02:00
parent ef596f650d
commit 7fef0a4212

View File

@ -212,5 +212,5 @@ MathJax.Extension.mml2jax = {
// - jsMath2jax.js: 8
// - asciimath2jax.js, tex2jax.js: 10 (default)
// See issues 18 and 484 and the other *2jax.js files.
MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.mml2jax,5]);
MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.mml2jax],5);
MathJax.Ajax.loadComplete("[MathJax]/extensions/mml2jax.js");