From b2d5b9a2f3b85046a17fd0406984277f299abec1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 17 Mar 2019 19:15:34 -0400 Subject: [PATCH] Fix incorrect call in 3463e3b5ab6 --- chrome/content/zotero/zoteroPane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index d4ef85ff0e..a21baa69cc 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -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();