commit e437ecce6bc4ce68bdba395e605a9b55083d2b46
parent 053b6dace33af7a8e9409f651fd674c171fd24d6
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 27 Aug 2010 19:10:06 +0000
Fix JS strict errors
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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()
{