Simplify subclassing
This commit is contained in:
parent
0e77c0c88a
commit
a2b06b7626
28 changed files with 579 additions and 607 deletions
|
|
@ -152,7 +152,7 @@ function C1PVideo(parmsVideo, eCanvas, context, imgChars)
|
|||
this.addrVideoPort = 0xDE00; // WARNING: Hard-coded port address -JP
|
||||
}
|
||||
|
||||
Component.subclass(Component, C1PVideo);
|
||||
Component.subclass(C1PVideo);
|
||||
|
||||
/**
|
||||
* @this {C1PVideo}
|
||||
|
|
|
|||
Loading…
Reference in a new issue