瀏覽代碼

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);
 				onData(v.r);
 		});
 		});
 		haxe.Timer.delayed(function() {
 		haxe.Timer.delayed(function() {
-			pendingCalls.pop()();
+			pendingCalls.shift()();
 		},0)();
 		},0)();
 	}
 	}