convert spaces to tabs
This commit is contained in:
parent
708ad2e665
commit
f4cf3d9893
@ -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…
x
Reference in New Issue
Block a user