From 231d7d8768e0de0975b5780d22c5e05c24e00fce Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 15 Nov 2020 18:20:58 -0800 Subject: [PATCH] lint --- js/cpu6502.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cpu6502.ts b/js/cpu6502.ts index f39388c..1ae8f1e 100644 --- a/js/cpu6502.ts +++ b/js/cpu6502.ts @@ -997,7 +997,7 @@ export default class CPU6502 { mode: 'implied', }; } else { - let cpu = this; + const cpu = this; unk = { name: '???', op: function() {