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