mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 23:18:40 +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.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function() {
|
|
||||||
Ext.deluge.details.DetailsTab = Ext.extend(Ext.Panel, {
|
Ext.deluge.details.DetailsTab = Ext.extend(Ext.Panel, {
|
||||||
title: _('Details'),
|
title: _('Details'),
|
||||||
cls: 'x-deluge-status',
|
cls: 'x-deluge-status',
|
||||||
|
@ -76,4 +75,3 @@ Copyright:
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Deluge.Details.add(new Ext.deluge.details.DetailsTab());
|
Deluge.Details.add(new Ext.deluge.details.DetailsTab());
|
||||||
})();
|
|
|
@ -21,7 +21,6 @@ Copyright:
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function() {
|
|
||||||
Ext.deluge.details.StatusTab = Ext.extend(Ext.Panel, {
|
Ext.deluge.details.StatusTab = Ext.extend(Ext.Panel, {
|
||||||
title: _('Status'),
|
title: _('Status'),
|
||||||
|
|
||||||
|
@ -106,4 +105,3 @@ Copyright:
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Deluge.Details.add(new Ext.deluge.details.StatusTab());
|
Deluge.Details.add(new Ext.deluge.details.StatusTab());
|
||||||
})();
|
|
Loading…
Add table
Add a link
Reference in a new issue