summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-12-15 15:10:09 -0600
committerJoel Martin <github@martintribe.org>2011-12-15 15:10:09 -0600
commit008a5118e728e20f670e009f34178eb272b724cd (patch)
treeae45ce8e259b3bfe79b58d4f993c22c7966500ad /include
parent7e2784bfcc2bb70672cbadfe5051a82eec69acc1 (diff)
downloadwebsockify-008a5118e728e20f670e009f34178eb272b724cd.tar.gz
Add commented out web-socket-js Flash debug var.
Diffstat (limited to 'include')
-rw-r--r--include/websock.js4
1 files changed, 4 insertions, 0 deletions
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() {