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
|
|
@ -708,7 +708,7 @@ Ox.tokenize = (function() {
|
|||
tokens.push({
|
||||
length: cursor - start,
|
||||
offset: start,
|
||||
type: type,
|
||||
type: type
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue