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

This commit is contained in:
Davide P. Cervone 2015-03-14 17:59:47 -04:00
parent c9ee9fa242
commit 5107ef02dc

View File

@ -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,{});