dominictarr / rc

The non-configurable configuration loader for lazy people.
Other
1.02k stars 97 forks source link

Use hasOwnProperty when iterating an array #36

Closed kevincennis closed 9 years ago

kevincennis commented 9 years ago

...nevermind. I'm an idiot, and this was my fault.

Granted, hasOwnProperty is still a good idea for for in.