Fixed an issue with resize(), fixes #62
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user