Add commented out web-socket-js Flash debug var.

This commit is contained in:
Joel Martin 2011-12-15 15:10:09 -06:00
parent 7e2784bfcc
commit 008a5118e7
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) {
window.WebSocket = window.MozWebSocket;
} else {
/* no builtin WebSocket so load web_socket.js */
// To enable debug:
// window.WEB_SOCKET_DEBUG=1;
Websock_native = false;
(function () {
function get_INCLUDE_URI() {