Fix JS strict errors

This commit is contained in:
Dan Stillman 2010-08-27 19:10:06 +00:00
parent 053b6dace3
commit e437ecce6b

View file

@ -24,10 +24,9 @@
*/
var ZoteroItemPane = new function() {
var _lastItem;
this.onLoad = onLoad;
var _lastItem, _itemBox, _notesLabel, _notesButton, _notesList, _tagsBox, _relatedBox;
function onLoad()
{