www

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

commit b5d6f312529509fc821f21f5d3b044376d56c583
parent 43f59da6b9dcdf9302426fda4e8ab12df87891c7
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 21 Aug 2015 07:46:01 -0400

Add missind 'node' to CHTMLstretchH() call.

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

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -1599,7 +1599,7 @@ return this.CHTML; }, CHTMLstretchH: function (node,w) { - this.Core().CHTMLstretchH(w); + this.Core().CHTMLstretchH(node,w); this.toCommonHTML(node,true); return this.CHTML; }