remove comma causing breakage in IE
This commit is contained in:
parent
d4d7f054f3
commit
68f5afa89c
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue