Add explicit semicolon

This commit is contained in:
Chocobo1 2020-01-07 02:00:12 +08:00
parent 0577cf588c
commit c34883f9af
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
5 changed files with 9 additions and 9 deletions

View file

@ -1716,7 +1716,7 @@ window.qBittorrent.DynamicTable = (function() {
const size = window.qBittorrent.Misc.friendlyUnit(this.getRowValue(row), false);
td.set('text', size);
td.set('title', size);
}
};
const displayPercentage = function(td, row) {
const value = window.qBittorrent.Misc.friendlyPercentage(this.getRowValue(row));
td.set('text', value);