Fix getImageAt() error in Firefox 3 autocomplete

This commit is contained in:
Dan Stillman 2008-04-12 21:01:24 +00:00
parent 90fe814b8b
commit 1c9ed8984e

View File

@ -63,6 +63,11 @@ ZoteroAutoCompleteResult.prototype.getCommentAt = function(index){
}
ZoteroAutoCompleteResult.prototype.getImageAt = function(index) {
return null;
}
ZoteroAutoCompleteResult.prototype.getStyleAt = function(index){
return null;
}