Commit f4de9387 authored by yann300's avatar yann300

remove uneeded param

parent 9e451c41
...@@ -5,7 +5,7 @@ var EventManager = remixLib.EventManager ...@@ -5,7 +5,7 @@ var EventManager = remixLib.EventManager
var CommandInterpreterAPI = require('./cmdInterpreterAPI') var CommandInterpreterAPI = require('./cmdInterpreterAPI')
class CmdInterpreter { class CmdInterpreter {
constructor (api) { constructor () {
this.event = new EventManager() this.event = new EventManager()
this.api = new CommandInterpreterAPI(this) this.api = new CommandInterpreterAPI(this)
} }
......
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