From 008a5118e728e20f670e009f34178eb272b724cd Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 15 Dec 2011 15:10:09 -0600 Subject: [PATCH] Add commented out web-socket-js Flash debug var. --- include/websock.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/websock.js b/include/websock.js index 49141c8..ca17668 100644 --- a/include/websock.js +++ b/include/websock.js @@ -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() {