convert spaces to tabs

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

View file

@ -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);