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

View file

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