Missed change web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24.
This commit is contained in:
parent
2ddd6214a5
commit
094b489b76
|
@ -1,6 +1,5 @@
|
|||
<!--
|
||||
Copyright: Hiroshi Ichikawa <http://gimite.net/en/>
|
||||
Lincense: New BSD Lincense
|
||||
Lincense: Public Domain
|
||||
-->
|
||||
|
||||
<html><head>
|
||||
|
@ -36,6 +35,9 @@
|
|||
ws.onclose = function() {
|
||||
output("onclose");
|
||||
};
|
||||
ws.onerror = function() {
|
||||
output("onerror");
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue