chore: remove junk

This commit is contained in:
cha0s 2019-04-13 21:37:53 -05:00
parent 5a8940e922
commit 33c1e45844

View File

@ -10,11 +10,9 @@ export class Stage extends Container {
// Container element.
this.element = window.document.createElement('div');
this.element.className = 'avocado-stage';
this.element.style.position = 'relative';
this.element.style.alignItems = 'center';
this.element.style.display = 'flex';
this.element.style.height = '100%';
this.element.style.lineHeight = '0';
this.element.style.position = 'relative';
this.element.style.width = '100%';
// DOM parent.
this.parent = undefined;