From: Kevin Ball Date: Mon, 9 Jan 2017 23:38:29 +0000 (-0800) Subject: Fix issue in keyboard refactor X-Git-Tag: v6.4.0-rc1~51^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9704eb0fbbd5caa5ffd13062f1e9bb9d5d632a9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix issue in keyboard refactor --- diff --git a/js/foundation.util.keyboard.js b/js/foundation.util.keyboard.js index 8523da6e7..d1fe08bcb 100644 --- a/js/foundation.util.keyboard.js +++ b/js/foundation.util.keyboard.js @@ -59,7 +59,7 @@ var Keyboard = { * @param {Event} event - the event generated by the event handler * @return String key - String that represents the key pressed */ - parseKey: parseKey,t l + parseKey: parseKey, /** * Handles the given (keyboard) event