forked from jashkenas/coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 58
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
arguments
are mangled in continuations
#3
Comments
maxtaco
added a commit
that referenced
this issue
Jan 31, 2012
Now closed, though potentially we need a cleaner solution. |
maxtaco
added a commit
that referenced
this issue
Feb 27, 2012
maxtaco
added a commit
that referenced
this issue
Apr 11, 2012
maxtaco
added a commit
that referenced
this issue
May 10, 2012
maxtaco
added a commit
that referenced
this issue
May 30, 2012
maxtaco
added a commit
that referenced
this issue
Sep 19, 2012
maxtaco
added a commit
that referenced
this issue
Dec 5, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported by @devongovett
Two options, either use CS's pretty
apply(this, arguments)
technique, or do the ugly thing, with is to setvar _arguments = arguments
, as how_this = this
is handled.The text was updated successfully, but these errors were encountered: