diff --git a/src/lib/cmdInterpreter.js b/src/lib/cmdInterpreter.js index 327cd8bcf0..66af66236a 100644 --- a/src/lib/cmdInterpreter.js +++ b/src/lib/cmdInterpreter.js @@ -5,7 +5,7 @@ var EventManager = remixLib.EventManager var CommandInterpreterAPI = require('./cmdInterpreterAPI') class CmdInterpreter { - constructor (api) { + constructor () { this.event = new EventManager() this.api = new CommandInterpreterAPI(this) }