mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 13: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.errorCount = 0;
|
||||||
|
|
||||||
this._counBeep = function countBeep() {
|
this._countBeep = function countBeep() {
|
||||||
self.beepCount++;
|
self.beepCount++;
|
||||||
}
|
}
|
||||||
this.errors = [];
|
this.errors = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user