mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Use Javascript strict mode
This commit is contained in:
parent
1c525d9c19
commit
1cb065edc6
27 changed files with 54 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
torrentsTable = new TorrentsTable();
|
||||
torrentPeersTable = new TorrentPeersTable();
|
||||
searchResultsTable = new SearchResultsTable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue