33:9dfe8668e7fe
Anton Shestakov <engored@ya.ru>, Thu, 21 Mar 2013 16:04:47 +0900
Update Underscore (1.4.3), Backbone (1.0.0) and Shard.

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