mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[de] Replace check RENDER_PDF with method IsPdfRenderer
This commit is contained in:
@ -754,5 +754,9 @@ CNativeGraphics.prototype =
|
||||
Destroy : function()
|
||||
{
|
||||
this.Native["Destroy"]();
|
||||
}
|
||||
},
|
||||
IsPdfRenderer : function()
|
||||
{
|
||||
return this.RENDERER_PDF_FLAG;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user