www

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

commit 80649cb16c622b0d0371f75056b571aafe31a42a
parent ba0de5c8a0063f814d0656a705c0318e1fb12ab1
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 29 Dec 2015 09:57:31 -0500

Remove unused variable identified by compressor

Diffstat:
Munpacked/jax/output/PlainSource/jax.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/unpacked/jax/output/PlainSource/jax.js b/unpacked/jax/output/PlainSource/jax.js @@ -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 //