Replace __js__ with Syntax.code

This commit is contained in:
luboslenco
2020-07-02 09:25:57 +02:00
parent 78ad319e6f
commit 831cb6ed5e
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import zui.Nodes;
class Brush {
public static var customNodes = untyped __js__("new Map()");
public static var customNodes = js.Syntax.code("new Map()");
static var nodes: Array<TNode>;
static var links: Array<TNodeLink>;