mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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: '',
|
labelSeparator: '',
|
||||||
height: 20,
|
height: 20,
|
||||||
name: 'force_proxy',
|
name: 'force_proxy',
|
||||||
boxLabel: _('Force Use of Proxy'),
|
boxLabel: _('Force Use of Proxy')
|
||||||
|
|
||||||
});
|
});
|
||||||
this.force_proxy.on('change', this.onFieldChange, this);
|
this.force_proxy.on('change', this.onFieldChange, this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue