Closed iflan closed 3 years ago
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.
disk2.js
drive
this.drive
During the typescriptification of
disk2.js
(9d0ec5489c002834d71c68e0745ace3ae1d5336f),drive
, a parameter reference, was changed intothis.drive
, the current active disk, by mistake. This change fixes that error.