commit a3fe51e8a5b093bd8c7c878ccfb331f98fcabbac
parent faf2f539f3af39d0117f2f01bb51b4b8a3ee16a6
Author: Simon Kornblith <simon@simonster.com>
Date: Sun, 30 Jan 2011 09:54:32 +0000
fix another typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);