mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-18 08:08:46 +00:00
fix indentation
This commit is contained in:
parent
1ebb490e4e
commit
5573d7ef7d
1 changed files with 37 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Script: deluge-bars.js
|
||||
Contains all objects and functions related to the statusbar, toolbar and
|
||||
sidebar.
|
||||
Contains all objects and functions related to the statusbar, toolbar and
|
||||
sidebar.
|
||||
|
||||
Copyright:
|
||||
(C) Damien Churchill 2009 <damoxc@gmail.com>
|
||||
|
@ -21,15 +21,15 @@ Copyright:
|
|||
51 Franklin Street, Fifth Floor
|
||||
Boston, MA 02110-1301, USA.
|
||||
|
||||
In addition, as a special exception, the copyright holders give
|
||||
permission to link the code of portions of this program with the OpenSSL
|
||||
library.
|
||||
You must obey the GNU General Public License in all respects for all of
|
||||
the code used other than OpenSSL. If you modify file(s) with this
|
||||
exception, you may extend this exception to your version of the file(s),
|
||||
but you are not obligated to do so. If you do not wish to do so, delete
|
||||
this exception statement from your version. If you delete this exception
|
||||
statement from all source files in the program, then also delete it here.
|
||||
In addition, as a special exception, the copyright holders give
|
||||
permission to link the code of portions of this program with the OpenSSL
|
||||
library.
|
||||
You must obey the GNU General Public License in all respects for all of
|
||||
the code used other than OpenSSL. If you modify file(s) with this
|
||||
exception, you may extend this exception to your version of the file(s),
|
||||
but you are not obligated to do so. If you do not wish to do so, delete
|
||||
this exception statement from your version. If you delete this exception
|
||||
statement from all source files in the program, then also delete it here.
|
||||
|
||||
*/
|
||||
|
||||
|
@ -111,7 +111,7 @@ Copyright:
|
|||
|
||||
var panel = new Ext.grid.GridPanel({
|
||||
id: filter + '-panel',
|
||||
border: false,
|
||||
border: false,
|
||||
store: store,
|
||||
title: _(title),
|
||||
columns: [
|
||||
|
@ -190,8 +190,8 @@ Copyright:
|
|||
},
|
||||
|
||||
/**
|
||||
* Remove the states with zero torrents in them.
|
||||
*/
|
||||
* Remove the states with zero torrents in them.
|
||||
*/
|
||||
removeZero: function(states) {
|
||||
var newStates = [];
|
||||
Ext.each(states, function(state) {
|
||||
|
@ -231,7 +231,6 @@ Copyright:
|
|||
this.panels[filter].getSelectionModel().selectRow(this.selected.row);
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
Deluge.Sidebar = new Ext.deluge.Sidebar();
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue