Simplify subclassing

This commit is contained in:
Jeff Parsons 2015-04-01 17:20:26 -07:00 committed by jeffpar
commit a2b06b7626
28 changed files with 579 additions and 607 deletions

View file

@ -305,7 +305,7 @@ Disk.REMOTE_WRITE_DELAY = 2000; // 2-second delay
*/
Disk.nDisks = 0;
Component.subclass(Component, Disk);
Component.subclass(Disk);
/**
* initBus(cmp, bus, cpu, dbg)