Răsfoiți Sursa

Removed empty line

derRaab 11 ani în urmă
părinte
comite
b1004dfc91
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      std/haxe/Http.hx

+ 0 - 1
std/haxe/Http.hx

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