Nicolas Cannasse 17 years ago
parent
commit
cd1098223a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/remoting/HttpAsyncConnection.hx

+ 1 - 1
std/haxe/remoting/HttpAsyncConnection.hx

@@ -24,7 +24,7 @@
  */
 package haxe.remoting;
 
-class HttpAsyncConnection implements AsyncConnection, , implements Dynamic<AsyncConnection> {
+class HttpAsyncConnection implements AsyncConnection, implements Dynamic<AsyncConnection> {
 
 	var __data : { url : String, error : Dynamic -> Void };
 	var __path : Array<String>;