1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

added shims for Deepmodel and modelbinder

This commit is contained in:
kayone 2013-11-16 22:18:47 -08:00
parent 30c4790f52
commit dc100845a5

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: