38:5d6f82b74afa
Anton Shestakov <engored@ya.ru>, Wed, 01 May 2013 23:45:03 +0900
jQuery 2.0.0

next change 43:d1ff547fa61d
previous change 8:39ac2486b9d3

static/js/framework/collections.js

Permissions: -rw-r--r--

Other formats: Feeds:
var Projects = Backbone.Collection.extend({
model: Project
});
var Tasks = Backbone.Collection.extend({
model: Task
});