2
0
Эх сурвалжийг харах

Merge pull request #3673 from yanhick/development

hide the __meta__ field returned from Type.getClassFields in JS target
Simon Krajewski 10 жил өмнө
parent
commit
763c8f8b13
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      std/js/_std/Type.hx

+ 1 - 0
std/js/_std/Type.hx

@@ -141,6 +141,7 @@ enum ValueType {
 		a.remove("__interfaces__");
 		a.remove("__properties__");
 		a.remove("__super__");
+		a.remove("__meta__");
 		a.remove("prototype");
 		return a;
 	}