Add missind 'node' to CHTMLstretchH() call.
This commit is contained in:
parent
43f59da6b9
commit
b5d6f31252
|
@ -1599,7 +1599,7 @@
|
||||||
return this.CHTML;
|
return this.CHTML;
|
||||||
},
|
},
|
||||||
CHTMLstretchH: function (node,w) {
|
CHTMLstretchH: function (node,w) {
|
||||||
this.Core().CHTMLstretchH(w);
|
this.Core().CHTMLstretchH(node,w);
|
||||||
this.toCommonHTML(node,true);
|
this.toCommonHTML(node,true);
|
||||||
return this.CHTML;
|
return this.CHTML;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user