Fix incorrect call in 3463e3b5ab

This commit is contained in:
Dan Stillman 2019-03-17 19:15:34 -04:00
parent 3463e3b5ab
commit b2d5b9a2f3

View file

@ -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();