mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 17:35:46 +01: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