Add missind 'node' to CHTMLstretchH() call.

This commit is contained in:
Davide P. Cervone 2015-08-21 07:46:01 -04:00
parent 43f59da6b9
commit b5d6f31252

View File

@ -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;
}