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

[js] inline Type.allEnums

Dan Korostelev 9 жил өмнө
parent
commit
0ef4e319c4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/js/_std/Type.hx

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

@@ -208,7 +208,7 @@ enum ValueType {
 		return untyped e[1];
 	}
 
-	public static function allEnums<T>( e : Enum<T> ) : Array<T> {
+	public inline static function allEnums<T>( e : Enum<T> ) : Array<T> {
 		return untyped e.__empty_constructs__;
 	}