فهرست منبع

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") )