remove comment

pull/7738/head
Richard Harris 7 years ago
parent 3c1dae08b0
commit cd93506fbb

@ -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