Skip to content

Commit d92ae61

Browse files
committed
Fix variable reference turned up by packer
1 parent 2e9b3c7 commit d92ae61

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/HTML-CSS

1 file changed

+1
-1
lines changed

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
this.idPostfix = "-zoom"; jax.root.toHTML(span,span); this.idPostfix = "";
776776
this.zoomScale = 1;
777777

778-
var width = jax.root.HTMLspanElement().bbox.width, cwidth;
778+
var width = jax.root.HTMLspanElement().bbox.width;
779779
if (width) {
780780
// Handle full-width displayed equations
781781
// FIXME: this is a hack for now

0 commit comments

Comments
 (0)