mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
Make global functions immutable
This commit is contained in:
parent
901fca2d12
commit
e43a9de2f3
20 changed files with 40 additions and 0 deletions
|
@ -142,3 +142,5 @@ window.qBittorrent.Download = (function() {
|
|||
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.Download);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue