fixed more require issues

This commit is contained in:
kay.one 2013-06-14 22:28:35 -07:00
parent d1c279d3cd
commit 0ae1865dd8
6 changed files with 49 additions and 44 deletions

View file

@ -1,6 +1,6 @@
"use strict";
define(['marionette'], function () {
return Backbone.Marionette.Region.extend({
define(['marionette', 'bootstrap'], function (Marionette) {
return Marionette.Region.extend({
el: "#modal-region",
constructor: function () {