mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
fixed rjs task.
This commit is contained in:
parent
ab60420f58
commit
35fc30e330
5 changed files with 159 additions and 218 deletions
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.$;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue