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

use function bind operator for hasOwn #292

Closed
wants to merge 1 commit into from
Closed

Conversation

alkhe
Copy link
Contributor

@alkhe alkhe commented Jul 20, 2015

In our case, a.call(b, ...args) is the same as b::a(...args)

@gaearon
Copy link
Contributor

gaearon commented Jul 20, 2015

Hey, thanks for PR. :-)

These functions are actually no longer in Redux because that React connectors that depend on them are now in http://github.com/gaearon/react-redux. Also, we're not using :: syntax in core code anymore because we started using Flow (#254) which can't parse them yet.

@gaearon gaearon closed this Jul 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants