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
|
* @returns {boolean} true if the column(s) are unregistered
|
||||||
* @example
|
* @example
|
||||||
* ```js
|
* ```js
|
||||||
* Zotero.ItemTreeManager.unregisterColumns('rtitle');
|
* Zotero.ItemTreeManager.unregisterColumns(registeredDataKey);
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
async unregisterColumns(dataKeys) {
|
async unregisterColumns(dataKeys) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue