Explorar el Código

added NekoArray

Nicolas Cannasse hace 20 años
padre
commit
b4930a581e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/neko/Boot.hx

+ 1 - 1
std/neko/Boot.hx

@@ -4,7 +4,7 @@ class Boot {
 	private static function __init() {
 		untyped {
 			String = NekoString__;
-			//Array = NekoArray__;
+			Array = NekoArray__;
 		}
 	}