mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-07-03 20:26:29 +02:00
Fix dactyl.Controller#countBeep definition typo.
This commit is contained in:
@@ -45,7 +45,7 @@ function Controller(controller) {
|
||||
|
||||
this.errorCount = 0;
|
||||
|
||||
this._counBeep = function countBeep() {
|
||||
this._countBeep = function countBeep() {
|
||||
self.beepCount++;
|
||||
}
|
||||
this.errors = [];
|
||||
|
||||
Reference in New Issue
Block a user