11:84505e73e061
Anton Shestakov <engored@ya.ru>, Fri, 28 Dec 2012 01:43:34 +0900
Display workspace title; label the project counter.

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