From f2b77c8635826d2b22bfcbe47970fd5f32760402 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 23 Feb 2017 16:52:06 +0000 Subject: [PATCH] [WebUI] Linting trailing comma --- deluge/ui/web/js/deluge-all/preferences/ProxyField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/deluge-all/preferences/ProxyField.js b/deluge/ui/web/js/deluge-all/preferences/ProxyField.js index 6c51b37b9..9c3e23e49 100644 --- a/deluge/ui/web/js/deluge-all/preferences/ProxyField.js +++ b/deluge/ui/web/js/deluge-all/preferences/ProxyField.js @@ -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);