浏览代码

Removed empty line

derRaab 11 年之前
父节点
当前提交
b1004dfc91
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      std/haxe/Http.hx

+ 0 - 1
std/haxe/Http.hx

@@ -173,7 +173,6 @@ class Http {
 				var isLocal = rlocalProtocol.match( protocol );
 				if ( isLocal ) {
 					s = r.responseText != null ? 200 : 404;
-					
 				}
 			}
 			if( s == untyped __js__("undefined") )