Missed change web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24.

This commit is contained in:
Joel Martin 2010-06-24 17:00:41 -05:00
parent 2ddd6214a5
commit 094b489b76
1 changed files with 4 additions and 2 deletions

View File

@ -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");
};
}