fix another typo

This commit is contained in:
Simon Kornblith 2011-01-30 09:54:32 +00:00
parent faf2f539f3
commit a3fe51e8a5

View file

@ -151,7 +151,7 @@ var Zotero_Browser = new function() {
// get libraryID and collectionID
var libraryID, collectionID;
var pane = ZoteroOverlay.getActiveZoteroPane();
var pane = ZoteroPane.getActiveZoteroPane();
if(pane) {
libraryID = pane.getSelectedLibraryID();
collectionID = pane.getSelectedCollection(true);