浏览代码

fixed flag meaning.

Nicolas Cannasse 19 年之前
父节点
当前提交
f37378e2dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/js/XMLHttpRequest.hx

+ 1 - 1
std/js/XMLHttpRequest.hx

@@ -40,7 +40,7 @@ extern class XMLHttpRequest {
 	function getAllResponseHeaders() : String;
 	function getResponseHeader( name : String ) : String;
 	function setRequestHeader( name : String, value : String ) : Void;
-	function open( method : String, url : String, sync : Bool ) : Void;
+	function open( method : String, url : String, async : Bool ) : Void;
 	function send( content : String ) : Void;
 
 	private static function __init__() : Void {