mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Cleanup
This commit is contained in:
parent
ae31af0106
commit
675a84c14b
13 changed files with 34 additions and 54 deletions
|
|
@ -19,8 +19,6 @@ const INITIAL_STATUS = {
|
|||
}
|
||||
|
||||
const runMachine = ({ Engine, file, handlers }) => {
|
||||
console.log('runMachine')
|
||||
|
||||
const vm = new Engine()
|
||||
const { glkInterface, sendFn } = CheapGlkOte(handlers)
|
||||
|
||||
|
|
@ -117,5 +115,6 @@ export default function ({ vmParts: { file, engine } }) {
|
|||
inputType,
|
||||
sendMessage
|
||||
}} />
|
||||
</section>)
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue