Skip to content

Commit 7677e7a

Browse files
committed
Renaming flash_implemented to __isFlashImplementation.
1 parent 5c5ae54 commit 7677e7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

web_socket.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
}, 0);
6969
};
7070

71-
72-
// flag to check implementation of WebSocket
73-
WebSocket.flash_implemented = true;
74-
7571
/**
7672
* Send data to the web socket.
7773
* @param {string} data The data to send to the socket.
@@ -225,6 +221,8 @@
225221
WebSocket.CLOSING = 2;
226222
WebSocket.CLOSED = 3;
227223

224+
// Field to check implementation of WebSocket.
225+
WebSocket.__isFlashImplementation = true;
228226
WebSocket.__initialized = false;
229227
WebSocket.__flash = null;
230228
WebSocket.__instances = {};

0 commit comments

Comments
 (0)