Remove unused variable identified by compressor
This commit is contained in:
parent
ba0de5c8a0
commit
80649cb16c
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user