3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
App.Collections.Comments = Backbone.Collection.extend({
|
|
model: App.Models.Comment
|
|
});
|