Fixed an issue with resize(), fixes #62

This commit is contained in:
Devine Lu Linvega
2019-07-18 13:46:14 +09:00
parent b7ba8282a7
commit 8037bddbf7
2 changed files with 8 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ function Ronin () {
this.el.id = 'ronin'
this.theme = new Theme(defaultTheme)
this.source = new Source(this)
this.commander = new Commander(this)
this.surface = new Surface(this)