mirror of
https://github.com/zotero/zotero.git
synced 2026-09-16 23:41:08 +00:00
Update ItemTreeManager.unregisterColumns example
This commit is contained in:
parent
9303b22661
commit
1ca34261d3
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class ItemTreeManager {
|
|||
* @returns {boolean} true if the column(s) are unregistered
|
||||
* @example
|
||||
* ```js
|
||||
* Zotero.ItemTreeManager.unregisterColumns('rtitle');
|
||||
* Zotero.ItemTreeManager.unregisterColumns(registeredDataKey);
|
||||
* ```
|
||||
*/
|
||||
async unregisterColumns(dataKeys) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue