mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
just some whitespace changes
This commit is contained in:
parent
3f8abf1e34
commit
fd9bf112c4
2 changed files with 502 additions and 501 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Script: deluge-torrents.js
|
Script: Deluge.Torrents.js
|
||||||
Contains all objects and functions related to the torrent grid.
|
Contains all objects and functions related to the torrent grid.
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
@ -195,7 +195,8 @@ Copyright:
|
||||||
autoExpandColumn: 'name',
|
autoExpandColumn: 'name',
|
||||||
deferredRender:false,
|
deferredRender:false,
|
||||||
autoScroll:true,
|
autoScroll:true,
|
||||||
margins: '5 5 0 0'
|
margins: '5 5 0 0',
|
||||||
|
stateful: true
|
||||||
}, config);
|
}, config);
|
||||||
Ext.deluge.TorrentGrid.superclass.constructor.call(this, config);
|
Ext.deluge.TorrentGrid.superclass.constructor.call(this, config);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue