39:dd75bec0598f
Anton Shestakov <engored@ya.ru>, Thu, 02 May 2013 00:15:05 +0900
Fix an ImminentDeprecationWarning from webassets. The original ImminentDeprecationWarning: The "filter" option of the {% assets %} template tag has been renamed to "filters" for consistency reasons

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