chore: remove junk
This commit is contained in:
parent
5a8940e922
commit
33c1e45844
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user