Remove unused variable identified by compressor

This commit is contained in:
Davide P. Cervone 2015-12-29 09:57:31 -05:00
parent ba0de5c8a0
commit 80649cb16c

View File

@ -115,8 +115,7 @@
//
var jax = script.MathJax.elementJax,
math = jax.root,
span = document.getElementById(jax.inputID + "-Frame"),
div = (jax.PlainSource.display ? span.parentNode : span);
span = document.getElementById(jax.inputID + "-Frame");
//
// Typeset the math
//