JS: fix issue in minified mode

This commit is contained in:
Alexey Andreev 2023-10-17 19:13:14 +02:00
parent c6f60ca00e
commit 8b1732d442

View File

@ -262,7 +262,7 @@ public class Renderer implements RenderingManager {
"$rt_createLongArrayFromData", "$rt_createBooleanArray", "$rt_createByteArray",
"$rt_createShortArray", "$rt_createCharArray", "$rt_createIntArray", "$rt_createLongArray",
"$rt_createFloatArray", "$rt_createDoubleArray", "$rt_compare",
"$rt_castToClass", "$rt_castToInterface",
"$rt_castToClass", "$rt_castToInterface", "$rt_equalDoubles",
"Long_toNumber", "Long_fromInt", "Long_fromNumber", "Long_create", "Long_ZERO",
"Long_hi", "Long_lo");
}