Fix typo in commit 9f0059c.

This commit is contained in:
Davide P. Cervone 2016-08-22 06:41:25 -04:00
parent 9f0059cfb4
commit e3ad30b4bd

View File

@ -683,7 +683,7 @@
// Get the data about the math // Get the data about the math
// //
var jax = script.MathJax.elementJax, math = jax.root, var jax = script.MathJax.elementJax, math = jax.root,
div = jax.HTMLCSS.div, span = jax.HTMLCSS.div; div = jax.HTMLCSS.div, span = jax.HTMLCSS.span;
if (!div) return; if (!div) return;
// //
// Set the font metrics // Set the font metrics