Skip to content

Commit

Permalink
Renaming flash_implemented to __isFlashImplementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimite committed Aug 9, 2012
1 parent 5c5ae54 commit 7677e7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web_socket.js
Expand Up @@ -68,10 +68,6 @@
}, 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.
Expand Down Expand Up @@ -225,6 +221,8 @@
WebSocket.CLOSING = 2;
WebSocket.CLOSED = 3;

// Field to check implementation of WebSocket.
WebSocket.__isFlashImplementation = true;
WebSocket.__initialized = false;
WebSocket.__flash = null;
WebSocket.__instances = {};
Expand Down

0 comments on commit 7677e7a

Please sign in to comment.