Simplify subclassing
This commit is contained in:
parent
0e77c0c88a
commit
a2b06b7626
28 changed files with 579 additions and 607 deletions
|
|
@ -255,7 +255,7 @@ function Computer(parmsComputer, parmsMachine, fSuspended) {
|
|||
}
|
||||
}
|
||||
|
||||
Component.subclass(Component, Computer);
|
||||
Component.subclass(Computer);
|
||||
|
||||
/*
|
||||
* NOTE: 1.01 is the first version to provide limited save/restore support using localStorage.
|
||||
|
|
|
|||
Loading…
Reference in a new issue