|
@@ -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);
|
|
|
}
|
|
|
}
|