浏览代码

TIMEOUT is a Float

Nicolas Cannasse 12 年之前
父节点
当前提交
41475006f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>;