basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

Fix incorrect constant on return #54

Open lemenkov opened 8 years ago

lemenkov commented 8 years ago

Looks like return value should be JS_TRUE rather than JSVAL_TRUE which is a different type. See:

https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TRUE