remove pointless privatising
This commit is contained in:
parent
ee5cfc8cff
commit
9df1ec2193
|
@ -21,7 +21,6 @@ Copyright:
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
(function() {
|
||||
Ext.deluge.details.DetailsTab = Ext.extend(Ext.Panel, {
|
||||
title: _('Details'),
|
||||
cls: 'x-deluge-status',
|
||||
|
@ -76,4 +75,3 @@ Copyright:
|
|||
}
|
||||
});
|
||||
Deluge.Details.add(new Ext.deluge.details.DetailsTab());
|
||||
})();
|
|
@ -21,7 +21,6 @@ Copyright:
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
(function() {
|
||||
Ext.deluge.details.StatusTab = Ext.extend(Ext.Panel, {
|
||||
title: _('Status'),
|
||||
|
||||
|
@ -106,4 +105,3 @@ Copyright:
|
|||
}
|
||||
});
|
||||
Deluge.Details.add(new Ext.deluge.details.StatusTab());
|
||||
})();
|
Loading…
Reference in New Issue