Simplify subclassing
This commit is contained in:
parent
0e77c0c88a
commit
a2b06b7626
28 changed files with 579 additions and 607 deletions
|
|
@ -187,7 +187,7 @@ function FDC(parmsFDC) {
|
|||
*/
|
||||
}
|
||||
|
||||
Component.subclass(Component, FDC);
|
||||
Component.subclass(FDC);
|
||||
|
||||
FDC.DEFAULT_DRIVE_NAME = "Floppy Drive";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue