mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
convert spaces to tabs
This commit is contained in:
parent
708ad2e665
commit
f4cf3d9893
1 changed files with 289 additions and 290 deletions
|
@ -236,8 +236,7 @@ Copyright:
|
||||||
return this.getSelectionModel().getSelections();
|
return this.getSelectionModel().getSelections();
|
||||||
},
|
},
|
||||||
|
|
||||||
update: function(torrents) {
|
update: function(torrents, bulk) {
|
||||||
//var torrents = [];
|
|
||||||
var store = this.getStore();
|
var store = this.getStore();
|
||||||
for (var torrentId in torrents) {
|
for (var torrentId in torrents) {
|
||||||
var record = store.getById(torrentId);
|
var record = store.getById(torrentId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue