소스 검색

fixed msg inv.

Nicolas Cannasse 18 년 전
부모
커밋
8c271cf44d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)();
 	}