2
0
Nicolas Cannasse 16 жил өмнө
parent
commit
6866f774b0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -318,7 +318,7 @@ typedef Location = {
 	var search : String;
 
 	function assign( url : String ) : Void;
-	function reload( ?useCache : Bool ) : Void;
+	function reload( ?forceReload : Bool ) : Void;
 	function replace( url : String ) : Void;
 }