mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Removed escapeXml out of CommentNode constructor params
This commit is contained in:
parent
91cc5e35fb
commit
a1cd4384da
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
function CommentNode(comment, escapeXml) {
|
function CommentNode(comment) {
|
||||||
CommentNode.$super.call(this, 'comment');
|
CommentNode.$super.call(this, 'comment');
|
||||||
this.comment = comment;
|
this.comment = comment;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user