LightTable / Javascript

Javascript language plugin for Light Table
MIT License
56 stars 79 forks source link

Fix being unable to require es6-map on first attempt #12

Closed cldwalker closed 9 years ago

cldwalker commented 9 years ago

Fixes the require issue seen in LightTable/LightTable#1719 by ensuring we have an object before calling Object.keys on it. @ibdknox Merging tomorrow unless you have a concern