mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
fix test - getAnnotations
This commit is contained in:
@ -69,6 +69,7 @@
|
||||
editor.sync_EndAddShape = Asc.asc_docs_api.prototype.sync_EndAddShape.bind(editor);
|
||||
editor.asc_getShowGuides = Asc.asc_docs_api.prototype.asc_getShowGuides.bind(editor);
|
||||
editor.sync_HyperlinkClickCallback = Asc.asc_docs_api.prototype.sync_HyperlinkClickCallback.bind(editor);
|
||||
editor.getAnnotations = function () {return null;};
|
||||
AscCommon.CDocsCoApi.prototype.askSaveChanges = function (callback)
|
||||
{
|
||||
window.setTimeout(function ()
|
||||
|
||||
Reference in New Issue
Block a user