www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

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:
Mchrome/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 @@ -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 = []; }