From 5505589604ea61215977c63218223aeabbd3ff33 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 31 Mar 2010 15:24:43 -0500 Subject: [PATCH] Note enter into ws onclose. --- echo_local.html | 1 + 1 file changed, 1 insertion(+) diff --git a/echo_local.html b/echo_local.html index 09f535c2..66068cf7 100644 --- a/echo_local.html +++ b/echo_local.html @@ -42,6 +42,7 @@ timer = send_data.periodical(1000); }; s.onclose = function(e) { + debug(">> onclose: " + e); if (timer) { timer = $clear(timer); }