rotundasoftware / backbone.collectionView

Easily render backbone.js collections. In addition to managing model views, this class supports automatic selection of models in response to clicks, reordering models via drag and drop, and more.
http://rotundasoftware.github.io/backbone.collectionView/
Other
171 stars 27 forks source link

Fixed bug with and added tests for behavior of clicking on unselectable item #14

Closed colinwren closed 11 years ago

colinwren commented 11 years ago

Now clicking an unselectable item will no longer deselect other selected items.

dgbeck commented 11 years ago

Looks great, thanks Colin!