mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
[WebUI] Linting trailing comma
This commit is contained in:
parent
49e5611f65
commit
f2b77c8635
@ -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…
x
Reference in New Issue
Block a user