Remove unused variable identified by compressor
This commit is contained in:
parent
ba0de5c8a0
commit
80649cb16c
|
@ -115,8 +115,7 @@
|
||||||
//
|
//
|
||||||
var jax = script.MathJax.elementJax,
|
var jax = script.MathJax.elementJax,
|
||||||
math = jax.root,
|
math = jax.root,
|
||||||
span = document.getElementById(jax.inputID + "-Frame"),
|
span = document.getElementById(jax.inputID + "-Frame");
|
||||||
div = (jax.PlainSource.display ? span.parentNode : span);
|
|
||||||
//
|
//
|
||||||
// Typeset the math
|
// Typeset the math
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user