Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
6678aabb5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 		}