From 094b489b76dbb98eda761d255f1e3036d52561a1 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 24 Jun 2010 17:00:41 -0500 Subject: [PATCH] Missed change web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24. --- include/web-socket-js/sample.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/web-socket-js/sample.html b/include/web-socket-js/sample.html index a2883b1c..4dbdbe84 100644 --- a/include/web-socket-js/sample.html +++ b/include/web-socket-js/sample.html @@ -1,6 +1,5 @@ @@ -36,6 +35,9 @@ ws.onclose = function() { output("onclose"); }; + ws.onerror = function() { + output("onerror"); + }; }