Fix touch shooting and typo
This commit is contained in:
parent
1c4b7a3483
commit
f7420777f0
10 changed files with 59 additions and 60 deletions
|
|
@ -8,7 +8,7 @@ export class CommandGenerator {
|
|||
this.subscribers.push(subscriber);
|
||||
}
|
||||
|
||||
protected sendCommandToSubcribers(command: Command): void {
|
||||
protected sendCommandToSubscribers(command: Command): void {
|
||||
this.subscribers.forEach((s) => s.sendCommand(command));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue