Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 10, 2017
1 parent f7d4994 commit cf94217
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/generators/nodes/Window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ export default class Window extends Node {
type: 'Window';
attributes: Attribute[];

init(
block: Block,
stripWhitespace: boolean,
nextSibling: Node
) {

}

build(
block: Block,
parentNode: string,
Expand Down

0 comments on commit cf94217

Please sign in to comment.