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

Correct unreliable checks for properties w/ more reliable ones. #118

Merged
merged 1 commit into from
Apr 11, 2016

Conversation

lozandier
Copy link
Contributor

Property checks of the form if(object.propertyName) are unreliable and prone to false negatives; this PR corrects such property detection checks with the more reliable form if('propertyName' in object).

@mpb mpb merged commit fb5862a into w3c:master Apr 11, 2016
szager-chromium pushed a commit that referenced this pull request Jul 6, 2016
Correct unreliable checks for properties w/ more reliable ones.
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