Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
8d4681af0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/flash9/external/ExternalInterface.hx

+ 1 - 1
std/flash9/external/ExternalInterface.hx

@@ -4,7 +4,7 @@ extern class ExternalInterface {
 	function new() : Void;
 	static function addCallback(functionName : String, closure : Dynamic ) : Void;
 	static var available(default,null) : Bool;
-	static function call(functionName : String, ?p1 : Dynamic, ?p2 : Dynamic, ?p3 : Dynamic, ?p4 : Dynamic, ?p5 : Dynamic ) : Void;
+	static function call(functionName : String, ?p1 : Dynamic, ?p2 : Dynamic, ?p3 : Dynamic, ?p4 : Dynamic, ?p5 : Dynamic ) : Dynamic;
 	static var objectID(default,null) : String;
 	private static function _addCallback(functionName : String, closure : Dynamic) : Void;
 	private static function _argumentsToAS(obj : Dynamic) : Array<Dynamic>;