Fixes #1886, Typo: _duplicatesLibraries -> _duplicateLibraries

Thanks
This commit is contained in:
Dan Stillman 2011-08-25 03:06:30 +00:00
parent 2a968e7696
commit d4738017bf

View file

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