Add deprecation warning for itemTreeView::saveSelection()
This commit is contained in:
parent
4eb18e5eba
commit
699d5634e9
1 changed files with 1 additions and 0 deletions
|
@ -2101,6 +2101,7 @@ Zotero.ItemTreeView.prototype._refreshItemRowMap = function()
|
|||
|
||||
|
||||
Zotero.ItemTreeView.prototype.saveSelection = function () {
|
||||
Zotero.debug("Zotero.ItemTreeView::saveSelection() is deprecated -- use getSelectedItems(true)");
|
||||
return this.getSelectedItems(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue