OhMeadhbh / node-props

a simple module to read properties files for node applications off the command line
Other
3 stars 0 forks source link

use array iteration methods more consistently #1

Open OhMeadhbh opened 13 years ago

OhMeadhbh commented 13 years ago

so, we're assuming this module will be used with node or rhino or some other environment that includes array iteration methods: forEach(), some(), etc.

clean up the code so we use this methods (that are slightly more literate) in favor of the "for( var i in XXX )" techniques.