1
0
Fork 0
forked from 0x2620/oxjs

remove trailing commas

This commit is contained in:
j 2012-05-25 21:59:48 +00:00
commit 5fa84fc9af
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ Ox.MODIFIER_KEYS = {
altKey: 'alt', // Mac: option
ctrlKey: 'control',
shiftKey: 'shift',
metaKey: 'meta', // Mac: command
metaKey: 'meta' // Mac: command
}
//@ Ox.MONTHS <[str]> Names of months
Ox.MONTHS = [