ssbc / chloride

MIT License
90 stars 17 forks source link

Avoid another top-level return in index.js #6

Closed staltz closed 7 years ago

staltz commented 7 years ago

Sorry to bore you even further @dominictarr, but this one sneaked through as well.

Removes a return that is not inside a function since it a syntax error and is caught by some interpreters.

dominictarr commented 7 years ago

Please don't make PRs for code with the github editor - I can tell because it uses names the branch patch-1. If you had fixed this locally, you'd have found both instances and gotten it working locally, and made just one PR. the github editor should just be used for documentation.

dominictarr commented 7 years ago

anyway, merged into 2.2.6