mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[x2t] Rename draw->visio; For bug 72002
This commit is contained in:
@ -269,7 +269,6 @@ function NativeCreateApi(options)
|
||||
|
||||
switch (window.NATIVE_DOCUMENT_TYPE)
|
||||
{
|
||||
case "draw":
|
||||
case "document":
|
||||
case "presentation":
|
||||
{
|
||||
@ -288,6 +287,11 @@ function NativeCreateApi(options)
|
||||
Api = new window["Asc"]["PDFEditorApi"](configApi);
|
||||
break;
|
||||
}
|
||||
case "visio":
|
||||
{
|
||||
Api = new window["Asc"]["VisioEditorApi"](configApi);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user