Fix getImageAt() error in Firefox 3 autocomplete
This commit is contained in:
parent
90fe814b8b
commit
1c9ed8984e
|
@ -63,6 +63,11 @@ ZoteroAutoCompleteResult.prototype.getCommentAt = function(index){
|
|||
}
|
||||
|
||||
|
||||
ZoteroAutoCompleteResult.prototype.getImageAt = function(index) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
ZoteroAutoCompleteResult.prototype.getStyleAt = function(index){
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user