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

Fixes EventEmitter#once arguments not getting passed to the listener #8479

Closed
wants to merge 1 commit into from

Conversation

erickreutz
Copy link
Contributor

Arrow functions do not have their own arguments. Fix EventEmitter#once to pass the correct arguments to the listener callback.

…e to pass the correct arguments to the listener callback. Closes facebook#8477
@ghost
Copy link

ghost commented Jun 28, 2016

By analyzing the blame information on this pull request, we identified @nicklockwood and @rahuljiresal to be potential reviewers.

@ghost ghost added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Jun 28, 2016
@javache
Copy link
Member

javache commented Jun 28, 2016

@facebook-github-bot shipit

@ghost ghost added GH Review: accepted Import Started This pull request has been imported. This does not imply the PR has been approved. and removed GH Review: review-needed labels Jun 28, 2016
@ghost
Copy link

ghost commented Jun 28, 2016

Thanks for importing. If you are an FB employee go to Phabricator to review.

samerce pushed a commit to iodine/react-native that referenced this pull request Aug 23, 2016
Summary:
Arrow functions do not have their own arguments. Fix EventEmitter#once to pass the correct arguments to the listener callback.
Closes facebook#8479

Differential Revision: D3495086

Pulled By: javache

fbshipit-source-id: 4492d13bfb2cc255afdc41d39fbf2f35da6b7094
mpretty-cyro pushed a commit to HomePass/react-native that referenced this pull request Aug 25, 2016
Summary:
Arrow functions do not have their own arguments. Fix EventEmitter#once to pass the correct arguments to the listener callback.
Closes facebook#8479

Differential Revision: D3495086

Pulled By: javache

fbshipit-source-id: 4492d13bfb2cc255afdc41d39fbf2f35da6b7094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Import Started This pull request has been imported. This does not imply the PR has been approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants