Skip to content

Conversation

mcmath
Copy link
Owner

@mcmath mcmath commented Jun 16, 2016

for...in loop should iterate over own properties only.

`for...in` loop should iterate over own enumerable properties only.
@coveralls
Copy link

coveralls commented Jun 16, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling aa0d6ca on fix/for-in into 12aca80 on master.

@mcmath mcmath merged commit aa0d6ca into master Jun 16, 2016
mcmath added a commit that referenced this pull request Jun 16, 2016
Merges pull request #3
mcmath added a commit that referenced this pull request Jun 16, 2016
This release fixes a `for...in` loop by ensuring it loops
over the object's own enumerable properties rather than
all enumerable properties.

#### Fix

- Fixes `for...in` loop by merging PR #3

#### Development

- Enforces the above fix through `tslint.json`
@mcmath mcmath deleted the fix/for-in branch June 16, 2016 01:50
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