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

new new f a #1416

Closed
satyr opened this issue Jun 3, 2011 · 2 comments · Fixed by #1450
Closed

new new f a #1416

satyr opened this issue Jun 3, 2011 · 2 comments · Fixed by #1450
Assignees
Labels

Comments

@satyr
Copy link
Collaborator

satyr commented Jun 3, 2011

$ coffee -bpe 'new new f a'
new f(a);

$ coffee -e 'console.log new new Function "++this.$"'
[Function: anonymous]

$ node -e 'new new Function("++this.$")'
{ '$': NaN }
thejh added a commit to thejh/coffee-script that referenced this issue Jun 20, 2011
thejh added a commit to thejh/coffee-script that referenced this issue Jun 20, 2011
@thejh
Copy link
Contributor

thejh commented Jun 20, 2011

Pull request: #1450

thejh added a commit to thejh/coffee-script that referenced this issue Jun 21, 2011
thejh added a commit to thejh/coffee-script that referenced this issue Jun 21, 2011
@ghost ghost assigned michaelficarra Jun 24, 2011
@michaelficarra
Copy link
Collaborator

@thejh's fix has been merged, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants