15:d7f3ac09d2aa 0.2.0
Anton Shestakov <engored@ya.ru>, Wed, 09 Jan 2013 11:42:15 +0900
More docs.

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
});