commit d4738017bf247575007329df1fa949ab7fdd24c1
parent 2a968e76961deeea76e12fb0ce1b2df062ffaf45
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 25 Aug 2011 03:06:30 +0000
Fixes #1886, Typo: _duplicatesLibraries -> _duplicateLibraries
Thanks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = [];
}