summaryrefslogtreecommitdiff
path: root/web_socket.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_socket.js')
-rw-r--r--web_socket.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web_socket.js b/web_socket.js
index 0561d10..a85e17a 100644
--- a/web_socket.js
+++ b/web_socket.js
@@ -68,6 +68,10 @@
}, 0);
};
+
+ // flag to check implementation of WebSocket
+ WebSocket.flash_implemented = true;
+
/**
* Send data to the web socket.
* @param {string} data The data to send to the socket.