Commit 5a5bc455 authored by yann300's avatar yann300

fix linting

parent 15328814
......@@ -30,7 +30,7 @@ class Editor extends Plugin {
this.currentTheme = translateTheme(theme)
this.renderComponent()
})
this.call('theme', 'currentTheme', (theme) => this.currentTheme = translateTheme(theme))
this.call('theme', 'currentTheme', (theme) => { this.currentTheme = translateTheme(theme) })
// Init
this.event = new EventManager()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment