[de] Fix passing tests for customXml

This commit is contained in:
Ilya Kirillov
2025-01-15 17:09:10 +03:00
parent 0a1f13d604
commit 36ca819329

View File

@ -31,6 +31,11 @@
*/
$(function () {
AscCommon.CustomXmlManager.prototype.isSupported = function()
{
return true;
};
function MockZLibEngine ()
{