mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 18:22:17 -05: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