Nicolas Cannasse 13 lat temu
rodzic
commit
6678aabb5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      std/haxe/macro/ExampleJSGenerator.hx

+ 1 - 1
std/haxe/macro/ExampleJSGenerator.hx

@@ -195,7 +195,7 @@ class ExampleJSGenerator {
 				newline();
 				fprint("$p$f.toString = $$estr");
 				newline();
-				fprint("$p$f.__enum__ = $$p");
+				fprint("$p$f.__enum__ = $p");
 			}
 			newline();
 		}