diff --git a/components/zotero-autocomplete.js b/components/zotero-autocomplete.js index bac2dd74b..607b0c959 100644 --- a/components/zotero-autocomplete.js +++ b/components/zotero-autocomplete.js @@ -63,6 +63,11 @@ ZoteroAutoCompleteResult.prototype.getCommentAt = function(index){ } +ZoteroAutoCompleteResult.prototype.getImageAt = function(index) { + return null; +} + + ZoteroAutoCompleteResult.prototype.getStyleAt = function(index){ return null; }