mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
a94fdaa065
During the typescriptification of `disk2.js` (9d0ec5489c002834d71c68e0745ace3ae1d5336f), `drive`, a parameter reference, was changed into `this.drive`, the current active disk, by mistake. This change fixes that error.