www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e253967b72010a555d275401415d05dada96a2c5
parent 607b1031a3ed8dd9494efb79d4077c705d90f63a
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed, 24 Apr 2013 15:25:28 -0400

Fix comment in content-mathml.js

Diffstat:
Munpacked/extensions/MathML/content-mathml.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/MathML/content-mathml.js b/unpacked/extensions/MathML/content-mathml.js @@ -49,7 +49,7 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () { MATHML.prefilterHooks.Add(function (data) { if (!MATHML.ctopXSLT) return; - // Parse the <math> but use MATHML.Parse to apply the normal preprocessing. + // Parse the <math> but use MATHML.Parse's preProcessMath to apply the normal preprocessing. if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()} var doc = MATHML.ParseXML(PARSE.preProcessMath(data.math));