From e437ecce6bc4ce68bdba395e605a9b55083d2b46 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 27 Aug 2010 19:10:06 +0000 Subject: [PATCH] Fix JS strict errors --- chrome/content/zotero/itemPane.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {