1
0
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:
Doug Kearns
2011-01-31 22:32:21 +11:00
parent bb4423c14c
commit 68bd2e5274

View File

@@ -45,7 +45,7 @@ function Controller(controller) {
this.errorCount = 0;
this._counBeep = function countBeep() {
this._countBeep = function countBeep() {
self.beepCount++;
}
this.errors = [];