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

3 lines
82 B
JavaScript

app.collections.Likes = Backbone.Collection.extend({
model: app.models.Like
});