Quellcode durchsuchen

Removed empty line

derRaab vor 11 Jahren
Ursprung
Commit
b1004dfc91
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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") )