Fix variable reference turned up by packer

This commit is contained in:
Davide P. Cervone 2014-06-01 10:54:47 -04:00
parent 2e9b3c7c60
commit d92ae61db1

View File

@ -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