Explorar o código

fixed msg inv.

Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
8c271cf44d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/remoting/FlashJsConnection.hx

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

@@ -36,7 +36,7 @@ class FlashJsConnection extends haxe.remoting.AsyncConnection {
 				onData(v.r);
 		});
 		haxe.Timer.delayed(function() {
-			pendingCalls.pop()();
+			pendingCalls.shift()();
 		},0)();
 	}