mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
rename getSelection to getSelections
This commit is contained in:
parent
cf2842b623
commit
4f9e627131
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ Deluge.Torrents = {
|
|||
return this.Grid.getSelectionModel().getSelected();
|
||||
},
|
||||
|
||||
getSelection: function() {
|
||||
return this.Grid.getSelectionModel().getSelection();
|
||||
getSelections: function() {
|
||||
return this.Grid.getSelectionModel().getSelections();
|
||||
}
|
||||
}
|
||||
Deluge.Torrents.Store.setDefaultSort("queue");
|
||||
|
|
Loading…
Add table
Reference in a new issue