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

compose ignores args beyond the first #69

Closed
briancavalier opened this issue Jan 17, 2013 · 2 comments
Closed

compose ignores args beyond the first #69

briancavalier opened this issue Jan 17, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@briancavalier
Copy link
Member

Example:

thing: {
  composed: { compose: 'f1 | f2' }
}

If you call thing.composed(a, b, c), f1 will be called like this: f1(a), which is obviously wrong.

@ghost ghost assigned briancavalier Jan 17, 2013
@jgarfield
Copy link

Just tested this in my own code after applying the patch, and all works as designed. :)

@briancavalier
Copy link
Member Author

Awesome, thanks for confirming. Closing, will be released in 0.9.1.

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

No branches or pull requests

2 participants