Remove white space.

This commit is contained in:
Jürg Lehni 2011-11-12 17:15:04 +01:00
parent 8eaddc759e
commit d9ba90ea2d

View file

@ -24,7 +24,7 @@ var Key = this.Key = new function() {
// slash, etc etc etc.
var keys = {
8: 'backspace',
8: 'backspace',
13: 'enter',
16: 'shift',
17: 'control',