From 68bd2e527485ce8ba8314448d5ad4828113bbc08 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 31 Jan 2011 22:32:21 +1100 Subject: [PATCH] Fix dactyl.Controller#countBeep definition typo. --- common/tests/functional/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tests/functional/dactyl.js b/common/tests/functional/dactyl.js index 7a95bed0..55b85dde 100644 --- a/common/tests/functional/dactyl.js +++ b/common/tests/functional/dactyl.js @@ -45,7 +45,7 @@ function Controller(controller) { this.errorCount = 0; - this._counBeep = function countBeep() { + this._countBeep = function countBeep() { self.beepCount++; } this.errors = [];