Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensures setImmediate is not overridden by coffee-script generated local variable #11

Merged
merged 2 commits into from
Nov 29, 2013
Merged

ensures setImmediate is not overridden by coffee-script generated local variable #11

merged 2 commits into from
Nov 29, 2013

Conversation

pflannery
Copy link
Contributor

Because coffee-script conveniently generates local variable statements it was overriding setImmediate with var setImmediate, so therefore taskGroup would always use process.nextTick regardless..

balupton added a commit that referenced this pull request Nov 29, 2013
…diate

ensures setImmediate is not overridden by coffee-script generated local variable
@balupton balupton merged commit 11a1d5f into bevry:master Nov 29, 2013
@pflannery pflannery deleted the fixes-coffee-overriding-setImmediate branch November 29, 2013 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants