[WebUI] Linting trailing comma

This commit is contained in:
Calum Lind 2017-02-23 16:52:06 +00:00
parent 49e5611f65
commit f2b77c8635

View File

@ -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);