mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 17:15:34 +01:00
fixed rjs task.
This commit is contained in:
7
src/UI/jQuery/jquery.shim.js
Normal file
7
src/UI/jQuery/jquery.shim.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
|
||||
], function () {
|
||||
return window.$;
|
||||
});
|
||||
Reference in New Issue
Block a user