From d4738017bf247575007329df1fa949ab7fdd24c1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 25 Aug 2011 03:06:30 +0000 Subject: [PATCH] Fixes #1886, Typo: _duplicatesLibraries -> _duplicateLibraries Thanks --- chrome/content/zotero/xpcom/collectionTreeView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index eb9bfc968f..8afb27caab 100644 --- a/chrome/content/zotero/xpcom/collectionTreeView.js +++ b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -43,7 +43,7 @@ Zotero.CollectionTreeView = function() this._highlightedRows = {}; this._unregisterID = Zotero.Notifier.registerObserver(this, ['collection', 'search', 'share', 'group', 'bucket']); this._containerState = {}; - this._duplicatesLibraries = []; + this._duplicateLibraries = []; this._unfiledLibraries = []; }