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