fix linting issue

pull/6910/head
byt3r 5 years ago
parent c96bc8d405
commit 3a39d70463

@ -203,7 +203,7 @@ export function insert_hydration(target: NodeEx, node: NodeEx, anchor?: NodeEx)
}
export function detach(node: Node) {
if (node.parentNode){
if (node.parentNode) {
node.parentNode.removeChild(node);
}
}

Loading…
Cancel
Save