mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
added shims for Deepmodel and modelbinder
This commit is contained in:
parent
30c4790f52
commit
dc100845a5
1 changed files with 21 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue