Skip to content

Commit

Permalink
remove uneeded param
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jul 4, 2018
1 parent 9e451c4 commit f4de938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cmdInterpreter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit f4de938

Please sign in to comment.