remove comment

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

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

Loading…
Cancel
Save