mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
Added shim for _
This commit is contained in:
parent
fcfbfae4c1
commit
f4d9e3495a
3 changed files with 10 additions and 4 deletions
4
src/UI/Shims/underscore.js
Normal file
4
src/UI/Shims/underscore.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
var _ = require('../JsLibraries/lodash.underscore');
|
||||
window._ = window._ || _;
|
||||
|
||||
module.exports = window._;
|
Loading…
Add table
Add a link
Reference in a new issue