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

Fix use of reserved keyword as a parameter name #3945

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Fix use of reserved keyword as a parameter name #3945

merged 1 commit into from
Feb 25, 2017

Conversation

etimberg
Copy link
Member

Resolves #3929

@etimberg etimberg added this to the Version 2.6 milestone Feb 22, 2017
return {
type: type,
chart: chart,
native: native || null,
native: nativeEvent || null,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure that native as property is allowed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so. I couldn't find anything that said no

@etimberg etimberg merged commit 2ddd5ff into master Feb 25, 2017
@etimberg etimberg deleted the fix/3929 branch February 25, 2017 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants