From a3fe51e8a5b093bd8c7c878ccfb331f98fcabbac Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 30 Jan 2011 09:54:32 +0000 Subject: [PATCH] fix another typo --- chrome/content/zotero/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index ca596eaccb..4ec77a0c37 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -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);