mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[WebUI] Linting trailing comma
This commit is contained in:
parent
49e5611f65
commit
f2b77c8635
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Deluge.preferences.ProxyField = Ext.extend(Ext.form.FieldSet, {
|
|||
labelSeparator: '',
|
||||
height: 20,
|
||||
name: 'force_proxy',
|
||||
boxLabel: _('Force Use of Proxy'),
|
||||
boxLabel: _('Force Use of Proxy')
|
||||
|
||||
});
|
||||
this.force_proxy.on('change', this.onFieldChange, this);
|
||||
|
|
Loading…
Add table
Reference in a new issue