remove some trailing commas that break the ui in IE

This commit is contained in:
Damien Churchill 2010-05-04 12:02:49 +01:00
commit 452656e09d
3 changed files with 5 additions and 5 deletions

View file

@ -159,7 +159,7 @@ Deluge.FilterPanel = Ext.extend(Ext.Panel, {
if (!this.list.getSelectionCount()) { if (!this.list.getSelectionCount()) {
this.list.select(0); this.list.select(0);
} }
}, }
}); });

View file

@ -36,7 +36,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
config = Ext.apply({ config = Ext.apply({
id: 'deluge-statusbar', id: 'deluge-statusbar',
defaultIconCls: 'x-deluge-statusbar x-not-connected', defaultIconCls: 'x-deluge-statusbar x-not-connected',
defaultText: _('Not Connected'), defaultText: _('Not Connected')
}, config); }, config);
Deluge.Statusbar.superclass.constructor.call(this, config); Deluge.Statusbar.superclass.constructor.call(this, config);
}, },
@ -95,7 +95,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
otherWin: { otherWin: {
title: _('Set Maximum Connections') title: _('Set Maximum Connections')
} }
}), })
}, '-', { }, '-', {
id: 'statusbar-downspeed', id: 'statusbar-downspeed',
text: ' ', text: ' ',
@ -143,7 +143,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
title: _('Set Maximum Download Speed'), title: _('Set Maximum Download Speed'),
unit: _('Kib/s') unit: _('Kib/s')
} }
}), })
}, '-', { }, '-', {
id: 'statusbar-upspeed', id: 'statusbar-upspeed',
text: ' ', text: ' ',

View file

@ -136,7 +136,7 @@ Deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
border: false, border: false,
autoHeight: true, autoHeight: true,
labelWidth: 1, labelWidth: 1,
style: 'margin-top: 5px;', style: 'margin-top: 5px;'
}); });
this.pluginInfo = fieldset.add({ this.pluginInfo = fieldset.add({
xtype: 'panel', xtype: 'panel',