thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 304 forks source link

misspelled option "backwards" #171

Open dpinol opened 4 years ago

dpinol commented 4 years ago

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