Remove useless globals
This commit is contained in:
parent
f251da711b
commit
5b99b51c64
20 changed files with 1 additions and 50 deletions
|
|
@ -2166,6 +2166,4 @@ Disk.prototype.dumpSector = function(sector, pba, sDesc)
|
|||
return sDump;
|
||||
};
|
||||
|
||||
if (typeof APP_PCJS !== 'undefined') APP_PCJS.Disk = Disk;
|
||||
|
||||
if (typeof module !== 'undefined') module.exports = Disk;
|
||||
|
|
|
|||
Loading…
Reference in a new issue