Relocating inside the cms namespace

Addressing feedback
This commit is contained in:
Felipe Montoya
2016-06-23 16:30:57 -05:00
parent 27d4e4bdc2
commit c32b30ba94
20 changed files with 33 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
define(["backbone", "underscore", "gettext", "js/models/chapter", "js/collections/chapter",
"backbone.associations", "js/main"],
"backbone.associations", "cms/js/main"],
function(Backbone, _, gettext, ChapterModel, ChapterCollection) {
var Textbook = Backbone.AssociatedModel.extend({