diaspora/public/javascripts/app/collections/comments.js
Maxwell Salzberg 838da1fd52 Revert "refactoring backbone urls"
This reverts commit 4ad58bdf2f.
2012-01-19 14:20:31 -08:00

3 lines
88 B
JavaScript

app.collections.Comments = Backbone.Collection.extend({
model: app.models.Comment
});