remove uneeded param

pull/1/head
yann300 6 years ago
parent 7b22d479ee
commit 54e78458a8
  1. 2
      src/lib/cmdInterpreter.js

@ -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)
} }

Loading…
Cancel
Save