Justin Donaldson пре 8 година
родитељ
комит
0a58cb4d12
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/lua/TableTools.hx

+ 1 - 1
std/lua/TableTools.hx

@@ -10,6 +10,6 @@ extern class TableTools {
 	public static function unpack<Int,V>(args:lua.Table<Int,V>, ?min : Int, ?max : Int) : Dynamic;
 	public static function maxn(t:Table.AnyTable) : Int;
 	public static function __init__() : Void {
-	   untyped __define_feature__("use._hx_table", null);
+		untyped __define_feature__("use._hx_table", null);
 	}
 }