convert spaces to tabs

This commit is contained in:
Damien Churchill 2010-01-21 19:19:37 +00:00
parent 708ad2e665
commit f4cf3d9893

View File

@ -236,8 +236,7 @@ Copyright:
return this.getSelectionModel().getSelections();
},
update: function(torrents) {
//var torrents = [];
update: function(torrents, bulk) {
var store = this.getStore();
for (var torrentId in torrents) {
var record = store.getById(torrentId);