Ver código fonte

TIMEOUT is a Float

Nicolas Cannasse 12 anos atrás
pai
commit
41475006f4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      std/haxe/remoting/HttpConnection.hx

+ 1 - 1
std/haxe/remoting/HttpConnection.hx

@@ -23,7 +23,7 @@ package haxe.remoting;
 
 class HttpConnection implements Connection implements Dynamic<Connection> {
 
-	public static var TIMEOUT = 10;
+	public static var TIMEOUT = 10.;
 
 	var __url : String;
 	var __path : Array<String>;