mirror of https://github.com/Radarr/Radarr
added shims for Deepmodel and modelbinder
This commit is contained in:
parent
30c4790f52
commit
dc100845a5
|
@ -81,13 +81,7 @@ require.config({
|
||||||
exports: 'Backbone'
|
exports: 'Backbone'
|
||||||
},
|
},
|
||||||
|
|
||||||
'backbone.validation': {
|
|
||||||
deps :
|
|
||||||
[
|
|
||||||
'backbone'
|
|
||||||
],
|
|
||||||
exports: 'Backbone.Validation'
|
|
||||||
},
|
|
||||||
|
|
||||||
marionette: {
|
marionette: {
|
||||||
deps:
|
deps:
|
||||||
|
@ -125,6 +119,26 @@ require.config({
|
||||||
'backbone'
|
'backbone'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
'backbone.deepmodel': {
|
||||||
|
deps:
|
||||||
|
[
|
||||||
|
'backbone',
|
||||||
|
'underscore'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
'backbone.validation': {
|
||||||
|
deps :
|
||||||
|
[
|
||||||
|
'backbone'
|
||||||
|
],
|
||||||
|
exports: 'Backbone.Validation'
|
||||||
|
},
|
||||||
|
'backbone.modelbinder':{
|
||||||
|
deps :
|
||||||
|
[
|
||||||
|
'backbone'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
backgrid : {
|
backgrid : {
|
||||||
deps:
|
deps:
|
||||||
|
|
Loading…
Reference in New Issue