mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[de] Fix passing tests for customXml
This commit is contained in:
@ -31,6 +31,11 @@
|
||||
*/
|
||||
|
||||
$(function () {
|
||||
|
||||
AscCommon.CustomXmlManager.prototype.isSupported = function()
|
||||
{
|
||||
return true;
|
||||
};
|
||||
|
||||
function MockZLibEngine ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user