mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
UI Cleanup - Updated Shared and Shims subtrees.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var jquery = require('jquery');
|
||||
var Backbone = require('../JsLibraries/backbone');
|
||||
|
||||
var backbone = require('../JsLibraries/backbone');
|
||||
window.Backbone = backbone;
|
||||
backbone.$ = jquery;
|
||||
window.Backbone = Backbone;
|
||||
Backbone.$ = jquery;
|
||||
|
||||
module.exports = backbone;
|
||||
module.exports = Backbone;
|
||||
Reference in New Issue
Block a user