Sage / streamlinejs

Asynchronous JavaScript for dummies
http://bjouhier.wordpress.com/2011/01/09/asynchronous-javascript-the-tale-of-harry/
MIT License
961 stars 62 forks source link

Align this handing with ES5 on array builtins #324

Open bjouhier opened 8 years ago

bjouhier commented 8 years ago

Array builtins are currently inconsistent with ES5 builtins in the way they handle this. There are two differences:

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Parameters and related pages.

I propose to fix this and align streamline's builtins on the ES5 array builtins.

bjouhier commented 8 years ago

Travis-ci is happy now :smile:

bjouhier commented 8 years ago

Issue is still pending, though. I've only disabled the unit tests that were revealing the issue.