forked from 0x2620/oxjs
remove trailing commas
This commit is contained in:
parent
aa8f4133be
commit
5fa84fc9af
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue