Skip to content

Commit 714bc10

Browse files
committed
Typo
1 parent 439d20e commit 714bc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/container.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Container extends Node {
215215
if (i.parent) i.parent.removeChild(i)
216216
if (i[isClean]) markTreeDirty(i)
217217

218-
// if (!i.raws) i.raws = {}
218+
if (!i.raws) i.raws = {}
219219
if (typeof i.raws.before === 'undefined') {
220220
if (sample && typeof sample.raws.before !== 'undefined') {
221221
i.raws.before = sample.raws.before.replace(/\S/g, '')

0 commit comments

Comments
 (0)