You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to see a simple data-processing lib like this that's also rhino (or other non-browser engine) compatible:
js> load('underscore.js')
js: "underscore.js", line 17: uncaught JavaScript runtime exception: ReferenceError: "window" is not defined.
at underscore.js:17
at underscore.js:9
at <stdin>:2
The text was updated successfully, but these errors were encountered:
You got it. Underscore was previously CommonJS compatible, and after a little bit of setup logic cleanup, it now works fine on Rhino too. Give 0.3.2 a spin.
In pull request jashkenas#4, `_.iteratee()` was converted into the fully internal
function `cb()`. However, the comment was not not updated to reflect its new
internal status.
I'd love to see a simple data-processing lib like this that's also rhino (or other non-browser engine) compatible:
The text was updated successfully, but these errors were encountered: