mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Remove white space.
This commit is contained in:
parent
8eaddc759e
commit
d9ba90ea2d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ var Key = this.Key = new function() {
|
||||||
// slash, etc etc etc.
|
// slash, etc etc etc.
|
||||||
|
|
||||||
var keys = {
|
var keys = {
|
||||||
8: 'backspace',
|
8: 'backspace',
|
||||||
13: 'enter',
|
13: 'enter',
|
||||||
16: 'shift',
|
16: 'shift',
|
||||||
17: 'control',
|
17: 'control',
|
||||||
|
|
Loading…
Reference in a new issue