瀏覽代碼

fix $p usage

Nicolas Cannasse 13 年之前
父節點
當前提交
6678aabb5c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
 		}