mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
chore(web): fix NodeProctor device ref
This commit is contained in:
parent
32584010b5
commit
be42e068f5
1 changed files with 0 additions and 2 deletions
|
|
@ -4,13 +4,11 @@
|
|||
namespace KMWRecorder {
|
||||
export class NodeProctor extends Proctor {
|
||||
private keyboard: com.keyman.keyboards.Keyboard;
|
||||
private device: com.keyman.utils.DeviceSpec;
|
||||
public __debug = false;
|
||||
|
||||
constructor(keyboard: com.keyman.keyboards.Keyboard, device: com.keyman.utils.DeviceSpec, assert: AssertCallback) {
|
||||
super(device, assert);
|
||||
|
||||
this.device = device;
|
||||
this.keyboard = keyboard;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue