AmpersandJS / ampersand-collection-view

Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.
MIT License
12 stars 8 forks source link

Fix CollectionView.extend #17

Closed smvilar closed 10 years ago

smvilar commented 10 years ago

The extend function was in the prototype instead of the class.

latentflip commented 10 years ago

+1, good spot!