remove unused code

pull/992/head
Rich Harris 8 years ago
parent f7d4994467
commit cf94217ffc

@ -30,14 +30,6 @@ export default class Window extends Node {
type: 'Window'; type: 'Window';
attributes: Attribute[]; attributes: Attribute[];
init(
block: Block,
stripWhitespace: boolean,
nextSibling: Node
) {
}
build( build(
block: Block, block: Block,
parentNode: string, parentNode: string,

Loading…
Cancel
Save