www

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

commit 5107ef02dc98b123031a98cadf6f37c0a5d003f2
parent c9ee9fa242aa2b4640d3bf6408670a21bf42d732
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sat, 14 Mar 2015 17:59:47 -0400

Don't need to add the fake nodes again, since already handled by setTeXclass() already does that.  (We didn't use it initially.)

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

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -1867,7 +1867,6 @@ // // Make row of open, data, sep, ... data, close // - this.addFakeNodes(); this.CHTMLaddChild(node,"open",{}); for (var i = 0, m = this.data.length; i < m; i++) { this.CHTMLaddChild(node,"sep"+i,{});