These files are not being used.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
define(["backbone", "js/models/course_relative"], function(Backbone, CourseRelativeModel) {
|
||||
var CourseRelativeCollection = Backbone.Collection.extend({
|
||||
model: CourseRelativeModel
|
||||
});
|
||||
return CourseRelativeCollection;
|
||||
});
|
||||
@@ -1,9 +0,0 @@
|
||||
define(["backbone"], function(Backbone) {
|
||||
var CourseRelative = Backbone.Model.extend({
|
||||
defaults: {
|
||||
course_location : null, // must never be null, but here to doc the field
|
||||
idx : null // the index making it unique in the containing collection (no implied sort)
|
||||
}
|
||||
});
|
||||
return CourseRelative;
|
||||
});
|
||||
Reference in New Issue
Block a user