mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +00:00
remove pointless privatising
This commit is contained in:
parent
ee5cfc8cff
commit
9df1ec2193
2 changed files with 133 additions and 137 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue