mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
lint
This commit is contained in:
parent
d4478873dd
commit
231d7d8768
@ -997,7 +997,7 @@ export default class CPU6502 {
|
||||
mode: 'implied',
|
||||
};
|
||||
} else {
|
||||
let cpu = this;
|
||||
const cpu = this;
|
||||
unk = {
|
||||
name: '???',
|
||||
op: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user