PDF textbooks: unified naming conventions

This commit is contained in:
David Baumgold
2013-06-24 14:47:43 -04:00
parent c45dbca771
commit 5836286fda
13 changed files with 33 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ CMS.Models.Textbook = Backbone.AssociatedModel.extend({
relations: [{
type: Backbone.Many,
key: "chapters",
relatedModel: "CMS.Models.Chapter",
relatedModel: "CMS.Models.EditChapter",
collectionType: "CMS.Collections.ChapterSet"
}],
isEmpty: function() {