Skip to content

Commit 0e13fbd

Browse files
committed
Remove line as per #451 (comment)
1 parent 3f9ff91 commit 0e13fbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ when the resulting code is hard to read.
177177
- Prefer Array iterator functions `Array#forEach` and `Array#map` over loops
178178
and array comprehensions.
179179

180-
The exceptions to this rule are for objects with `__iterator__` set, and for
181-
XML objects (see README.E4X).
182-
183180
- Avoid using `new` with constructors where possible, and use `[]` and
184181
`{}` rather than `new Array` or `new Object`:
185182

0 commit comments

Comments
 (0)