Browse Source

Removed empty line

derRaab 11 years ago
parent
commit
b1004dfc91
1 changed files with 0 additions and 1 deletions
  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") )