remove comma causing breakage in IE

This commit is contained in:
Damien Churchill 2009-04-28 08:54:56 +00:00
parent d4d7f054f3
commit 68f5afa89c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
config = Ext.apply({
id: 'deluge-statusbar',
defaultIconCls: 'x-not-connected',
defaultText: _('Not Connected'),
defaultText: _('Not Connected')
}, config);
Ext.deluge.Statusbar.superclass.constructor.call(this, config);
},