mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 01:42:07 +00:00
Fixed AS3 Simplify expressions - Do not convert this to {} when coerced
This commit is contained in:
@@ -180,7 +180,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
case "Boolean":
|
||||
r = EcmaScript.toBoolean(r);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
GraphTargetItem it2 = valToItem(r);
|
||||
if (it2 == null) {
|
||||
|
||||
Reference in New Issue
Block a user