AtomicGameEngine / AtomicExamples

Examples for the Atomic Game Engine
https://www.AtomicGameEngine.com
96 stars 58 forks source link

Fix for JS editor extension example #73

Closed shaddockh closed 8 years ago

shaddockh commented 8 years ago

fixes a syntax error I missed in the JS extension example that I missed. I also went ahead and added a .eslintrc file at the root of the examples project which will allow ESLint to detect some of these issues ahead of time. I've been bit by this one too many times.

JoshEngebretson commented 8 years ago

Thanks :)