websock.js: comment out debug options.

This commit is contained in:
Joel Martin 2012-06-25 21:42:56 -05:00
parent d58f8b5144
commit e5d5a7d3fd
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
// Load Flash WebSocket emulator if needed // Load Flash WebSocket emulator if needed
// To force WebSocket emulator even when native WebSocket available // To force WebSocket emulator even when native WebSocket available
window.WEB_SOCKET_FORCE_FLASH = true; //window.WEB_SOCKET_FORCE_FLASH = true;
// To enable WebSocket emulator debug: // To enable WebSocket emulator debug:
window.WEB_SOCKET_DEBUG=1; //window.WEB_SOCKET_DEBUG=1;
if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) { if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) {
Websock_native = true; Websock_native = true;