From 2de58050dd1f07563537044c0fd7d493fc72c205 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Mon, 24 Oct 2016 11:40:07 -0400 Subject: [PATCH] Conform JSdoc for keyboard module to format used elsewhere --- src/io/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/keyboard.js b/src/io/keyboard.js index e72f689f2..6b1d28d93 100644 --- a/src/io/keyboard.js +++ b/src/io/keyboard.js @@ -61,7 +61,7 @@ Keyboard.prototype._keyCodeToScratchKey = function (keyCode) { /** * Keyboard DOM event handler. - * @param {object} DOM event object. + * @param {object} DOM event. * @return {void} */ Keyboard.prototype.postData = function (data) {