www

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

commit feb05eb185949e9c6fa9b45ad6af9495b87dd48c
parent b8a48d9cd7c2ebec0ca26aa1ef7f5aa2a7f62275
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon, 13 Apr 2015 18:02:27 -0400

Merge branch 'issue1163' into hotfix-2.5.2.  Issue #1163.

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 @@ -1807,7 +1807,7 @@ if (bbox.width) {BBOX.width = bbox.width; BBOX.minWidth = bbox.minWidth} if (bbox.tw) {BBOX.tw = bbox.tw} if (bbox.ic) {BBOX.ic = bbox.ic} else {delete BBOX.ic} - if (BBOX.exactW && !bbox.exactW) {delete BBOX.exactW} + if (BBOX.exactW && !bbox.exactW) {BBOX.exactW = bbox.exactW} }, HTMLemptyBBox: function (BBOX) { BBOX.h = BBOX.d = BBOX.H = BBOX.D = BBOX.rw = -HTMLCSS.BIGDIMEN;