0:a02e94c5b96b
Anton Shestakov <engored@ya.ru>, Sun, 16 Dec 2012 19:00:48 +0900
Made public.

next change 7:5c5d433b3a14

static/js/framework/collections.js

Permissions: -rw-r--r--

Other formats: Feeds:
var Projects = Backbone.Collection.extend({
model: Project,
url: '/projects/'
});
var Tasks = Backbone.Collection.extend({
model: Task,
url: '/tasks/'
});