diff --git a/chrome/content/zotero/itemPane.js b/chrome/content/zotero/itemPane.js index eccd684e5..94ae24792 100644 --- a/chrome/content/zotero/itemPane.js +++ b/chrome/content/zotero/itemPane.js @@ -24,10 +24,9 @@ */ var ZoteroItemPane = new function() { - var _lastItem; - this.onLoad = onLoad; + var _lastItem, _itemBox, _notesLabel, _notesButton, _notesList, _tagsBox, _relatedBox; function onLoad() {