Phrogz / NeatJSON

Pretty-print your JSON in Ruby, JS, or Lua with more power than JSON.stringify or JSON.pretty_generate
http://phrogz.net/JS/NeatJSON
MIT License
108 stars 19 forks source link

Pr/issue 12 #14

Closed bwl21 closed 8 years ago

bwl21 commented 8 years ago

This fixes #12. I propose this fix even if the root cause is in Opal not supporting the difference between lambda and proc.

OTH the difference is so subtile that I never rely on it and avoid explicit returns in Lambdas.

Phrogz commented 8 years ago

The issue at play has been worked around in commit 0594535. Closing this PR.