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 "hasOwnProperty" to check if obj has property #19

Merged
merged 1 commit into from Sep 6, 2012
Merged

Use "hasOwnProperty" to check if obj has property #19

merged 1 commit into from Sep 6, 2012

Conversation

jewel-andraia
Copy link
Contributor

  1. a[b] might pull up a b from the prototype chain if third-party code has added anything to Object.prototype
  2. the memozied function might legitimately return null

raganwald added a commit that referenced this pull request Sep 6, 2012
Use "hasOwnProperty" to check if obj has property
@raganwald raganwald merged commit f31b872 into raganwald-deprecated:master Sep 6, 2012
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.

None yet

2 participants