Added client side logging on handshake

This commit is contained in:
Peter 'Pita' Martischka 2011-03-28 14:12:33 +01:00
parent 31952532c2
commit b7c58a5e09
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ function handshake()
//yeah, the clientVars are here :). So we can start initalizing the Pad
else
{
if(window.console)
console.log(obj);
receivedClientVars=true;
clientVars = obj;