Commit 54b0953
committed
v1.1.2
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`1 parent 88d98a6 commit 54b0953
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments