mirror of https://github.com/lidarr/Lidarr
added shims for Deepmodel and modelbinder
This commit is contained in:
parent
30c4790f52
commit
dc100845a5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue