www

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

commit d92ae61db17703d5b8dde535f3c5e14d7727ed25
parent 2e9b3c7c603c7fe37343add039ce6f9aa24694d2
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun,  1 Jun 2014 10:54:47 -0400

Fix variable reference turned up by packer

Diffstat:
Munpacked/jax/output/HTML-CSS/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js @@ -775,7 +775,7 @@ this.idPostfix = "-zoom"; jax.root.toHTML(span,span); this.idPostfix = ""; this.zoomScale = 1; - var width = jax.root.HTMLspanElement().bbox.width, cwidth; + var width = jax.root.HTMLspanElement().bbox.width; if (width) { // Handle full-width displayed equations // FIXME: this is a hack for now