mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
Dextered mutators
This commit is contained in:
parent
e164df217d
commit
94fb6bf89f
2 changed files with 0 additions and 10 deletions
|
@ -10,8 +10,6 @@ require.config({
|
|||
'handlebars' : 'JsLibraries/handlebars.runtime',
|
||||
'handlebars.helpers' : 'JsLibraries/handlebars.helpers',
|
||||
'bootstrap' : 'JsLibraries/bootstrap',
|
||||
'backbone.mutators' : 'JsLibraries/backbone.mutators',
|
||||
'backbone.mutators.deep.model': 'JsLibraries/backbone.mutators.deep.model',
|
||||
'backbone.deepmodel' : 'JsLibraries/backbone.deep.model',
|
||||
'backbone.pageable' : 'JsLibraries/backbone.pageable',
|
||||
'backbone.modelbinder': 'JsLibraries/backbone.modelbinder',
|
||||
|
@ -170,13 +168,6 @@ define(
|
|||
'Instrumentation/StringFormat',
|
||||
], function (Marionette, ModalRegion) {
|
||||
|
||||
require(
|
||||
[
|
||||
'libs/backbone.mutators',
|
||||
'libs/backbone.mutators.deep.model'
|
||||
]);
|
||||
|
||||
|
||||
var app = new Marionette.Application();
|
||||
|
||||
app.Events = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue