Update web-socket-js to bb5797cad.

Primary change is removal of FABridge interface.

Seems to improve overall latency by perhaps 10%. Also, the slowdown
over time in Opera is about half as bad (but still there).
This commit is contained in:
Joel Martin
2011-03-16 10:22:31 -05:00
parent fe6b1f9e7f
commit 7534574a2f
4 changed files with 181 additions and 822 deletions
-1
View File
@@ -38,7 +38,6 @@ if (window.WebSocket) {
WEB_SOCKET_SWF_LOCATION += "?" + Math.random();
}
extra += start + "web-socket-js/swfobject.js" + end;
extra += start + "web-socket-js/FABridge.js" + end;
extra += start + "web-socket-js/web_socket.js" + end;
document.write(extra);
}());