Merge pull request #1092 from iconexperience/patch-2

Accidental semicolon in var declaration
This commit is contained in:
Jürg Lehni 2016-06-29 10:05:57 +02:00 committed by GitHub
commit c942239032

View file

@ -45,7 +45,7 @@ var Key = new function() {
keyMap = {}, // Map for currently pressed keys
charMap = {}, // key -> char mappings for pressed keys
metaFixMap, // Keys that will not receive keyup events due to Mac bug
downKey; // The key from the keydown event, if it wasn't handled already
downKey, // The key from the keydown event, if it wasn't handled already
// Use new Base() to convert into a Base object, for #toString()
modifiers = new Base({