|
@@ -190,7 +190,7 @@ class Array<T> {
|
|
}
|
|
}
|
|
private static function __init__() : Void{
|
|
private static function __init__() : Void{
|
|
// table-to-array helper
|
|
// table-to-array helper
|
|
- haxe.macro.Compiler.includeFile("lua/_lua/_hx_tabArray.lua");
|
|
|
|
|
|
+ haxe.macro.Compiler.includeFile("lua/_lua/_hx_tab_array.lua");
|
|
// attach the prototype for Array to the metatable for
|
|
// attach the prototype for Array to the metatable for
|
|
// the tabToArray helper function
|
|
// the tabToArray helper function
|
|
untyped __lua__("_hx_array_mt.__index = Array.prototype");
|
|
untyped __lua__("_hx_array_mt.__index = Array.prototype");
|