mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Deploying to gh-pages from @ 08cffe6099 🚀
This commit is contained in:
parent
2344327ad5
commit
fd94a9edca
2 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ function playgroundInit(elt) {
|
|||
function sendSocketCommand(wat) {
|
||||
if (wat.cmd == "connect") {
|
||||
scheduleConnect(function () {
|
||||
if ( mySockets[wat.name] ) return;
|
||||
socket = new WebSocket(wat.address);
|
||||
socket.onopen = function (event) {
|
||||
if( socket.readyState !== 1 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue