brace
brace copied to clipboard
misspelled option "backwards"
Hi,
with a legacy code I'm getting warning misspelled option "backwards"
Looking at your code it looks like it's indeed and option
I do
this.aceOptions = { backwards: true, }
and configure with
<ace-editor [options]="aceOptions" ...
thanks