Fix JS strict errors
This commit is contained in:
parent
053b6dace3
commit
e437ecce6b
1 changed files with 1 additions and 2 deletions
|
@ -24,10 +24,9 @@
|
|||
*/
|
||||
|
||||
var ZoteroItemPane = new function() {
|
||||
var _lastItem;
|
||||
|
||||
this.onLoad = onLoad;
|
||||
|
||||
var _lastItem, _itemBox, _notesLabel, _notesButton, _notesList, _tagsBox, _relatedBox;
|
||||
|
||||
function onLoad()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue