jashkenas / backbone

Give your JS App some Backbone with Models, Views, Collections, and Events
http://backbonejs.org
MIT License
28.09k stars 5.39k forks source link

Added missing parenthesis in the Collection preinitialize code example #4238

Closed binlabs closed 4 years ago

binlabs commented 4 years ago

The event listener was missing a closing parenthesis in the preinitialize code sample for Collections. This is reference to issue #4237