Nicolas Cannasse 19 年 前
コミット
73177a0d31
1 ファイル変更1 行追加1 行削除
  1. 1 1
      std/tools/JsProxy.hx

+ 1 - 1
std/tools/JsProxy.hx

@@ -306,7 +306,7 @@ class JsProxy implements Dynamic<JsProxy> {
 		#end		
 	}
 
-	public function call( args : Array<String>, result : Dynamic -> Void ) : Void {
+	public function call( args : Array<Dynamic>, result : Dynamic -> Void ) : Void {
 		var s = new Serializer();
 		s.serialize(path);
 		s.serialize(args);