codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

Updates underscore to v1.4.2 #129

Closed robharper closed 11 years ago

robharper commented 11 years ago

Underscore 1.4.0 introduced an api-contract breaking change - all iteration functions throw NPE if passed null. Update to 1.4.2:

For backwards compatibility, returned to pre-1.4.0 behavior when passing null to iteration functions. They now become no-ops again.