Fix incorrect call in 3463e3b5ab
This commit is contained in:
parent
3463e3b5ab
commit
b2d5b9a2f3
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ var ZoteroPane = new function()
|
|||
this.serializePersist();
|
||||
}
|
||||
|
||||
ZoteroPane_Local.Containers.uninit();
|
||||
this.uninitContainers();
|
||||
|
||||
if(this.collectionsView) this.collectionsView.unregister();
|
||||
if(this.itemsView) this.itemsView.unregister();
|
||||
|
|
Loading…
Reference in a new issue