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
parent 9c460266ac
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()) {
this.list.select(0);
}
},
}
});

View File

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

View File

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