added shims for Deepmodel and modelbinder

This commit is contained in:
kayone 2013-11-16 22:18:47 -08:00
parent 30c4790f52
commit dc100845a5
1 changed files with 21 additions and 7 deletions

View File

@ -81,13 +81,7 @@ require.config({
exports: 'Backbone'
},
'backbone.validation': {
deps :
[
'backbone'
],
exports: 'Backbone.Validation'
},
marionette: {
deps:
@ -125,6 +119,26 @@ require.config({
'backbone'
]
},
'backbone.deepmodel': {
deps:
[
'backbone',
'underscore'
]
},
'backbone.validation': {
deps :
[
'backbone'
],
exports: 'Backbone.Validation'
},
'backbone.modelbinder':{
deps :
[
'backbone'
]
},
backgrid : {
deps: