32:9895c11d92e8
Anton Shestakov <engored@ya.ru>, Sat, 09 Feb 2013 18:06:31 +0900
Type attribute in script tag is not required in html5 and defaults to text/javascript.

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