Change how options parsing works
This commit is contained in:
parent
db79b4b026
commit
318a485bfb
2 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,7 @@ class JavaScript extends Language {
|
|||
highlight: 'js',
|
||||
aliases: ['javaScript', 'js'],
|
||||
options: {
|
||||
harmony: () => true
|
||||
harmony: () => ''
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue