45:8e83e81fdad9
Anton Shestakov <engored@ya.ru>, Sun, 05 Apr 2015 02:51:05 +0800
Remove trailing whitespaces.

next change 46:14d6c0a48023
previous change 43:d1ff547fa61d

static/js/framework/collections.js

Permissions: -rw-r--r--

Other formats: Feeds:
var Workspaces = Backbone.Collection.extend({
localStorage: new Backbone.LocalStorage('workspaces'),
model: Workspace
});
var Projects = Backbone.Collection.extend({
model: Project
});
var Tasks = Backbone.Collection.extend({
model: Task
});