mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
more shim cleanup
This commit is contained in:
Vendored
+6
-3
@@ -1,8 +1,11 @@
|
||||
require('../JsLibraries/jquery');
|
||||
require('../Instrumentation/StringFormat');
|
||||
|
||||
var jquery = require('../JsLibraries/jquery');
|
||||
require('../Instrumentation/StringFormat');
|
||||
var spin = require('../jQuery/jquery.spin');
|
||||
var ajax = require('../jquery/jquery.ajax');
|
||||
|
||||
spin.call(jquery);
|
||||
ajax.call(jquery);
|
||||
|
||||
window.$ = jquery;
|
||||
window.jQuery = jquery;
|
||||
module.exports = jquery;
|
||||
Reference in New Issue
Block a user