Simplify subclassing
This commit is contained in:
parent
0e77c0c88a
commit
a2b06b7626
28 changed files with 579 additions and 607 deletions
|
|
@ -146,7 +146,7 @@ function Keyboard(parmsKbd)
|
|||
this.setReady();
|
||||
}
|
||||
|
||||
Component.subclass(Component, Keyboard);
|
||||
Component.subclass(Keyboard);
|
||||
|
||||
/**
|
||||
* Alphanumeric and other common (printable) ASCII codes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue