diff --git a/common/apiBase.js b/common/apiBase.js index 9454dd7bef..cb3cb2befa 100644 --- a/common/apiBase.js +++ b/common/apiBase.js @@ -5217,6 +5217,9 @@ baseEditorsApi.prototype.getInkCursorType = function() { return this.inkDrawer.getCursorType(); }; + baseEditorsApi.prototype.getAnnotations = function() { + return null; + }; baseEditorsApi.prototype.isMasterMode = function(){ return false; };