ternjs / tern

A JavaScript code analyzer for deep, cross-editor language support
https://ternjs.net/
MIT License
4.25k stars 378 forks source link

Fix typo in property name #1037

Closed bnoordhuis closed 4 years ago

bnoordhuis commented 4 years ago

Fix casing of the ForInStatement property. Bug appears to have been introduced in commit 3f4794d ("Clear scopes on AST before analysis") from December 2016.

othree commented 4 years ago

Thanks you