russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

Add _.findWhere() #37

Closed honeyd closed 11 years ago

honeyd commented 11 years ago

Added the _.findWhere(collection, properties) method, which looks through the collection and returns the first value that matches all of the key-value pairs listed in properties.

russplaysguitar commented 11 years ago

thanks!

honeyd commented 11 years ago

Great! Thanks!