remove comment

pull/2283/head
Richard Harris 6 years ago
parent 6a7721b05f
commit 5a452dd06c

@ -50,10 +50,6 @@ export function space() {
return text(' ');
}
export function comment() {
return document.createComment('');
}
export function empty() {
return text('');
}

Loading…
Cancel
Save