Make belongsTo/delegatesTo direct methods of model instances
Opened this issue · 0 comments
fbuchinger commented
Jeremy has made Model.extend Collection.extend overrideable: jashkenas/backbone@d149451 , so you could subclass it to make belongsTo
/delegatesTo
direct methods of model/collection instances, as mentioned on your TODO list.