Accidential semicolon in var declaration

I think this is a mistake
This commit is contained in:
Jan 2016-06-22 13:10:02 +02:00 committed by GitHub
parent ab24f92373
commit f94b4f969b

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({