Browse Source

Output fix on test page

Taddeus Kroes 12 years ago
parent
commit
7c668d5711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test.html

+ 1 - 1
test.html

@@ -20,7 +20,7 @@
             };
 
             ws.onmessage = function(msg) {
-                log('Received "' + msg + '", closing connection');
+                log('Received "' + msg.data + '", closing connection');
                 ws.close();
             };