fix helper method

This commit is contained in:
brianc 2010-10-19 23:02:33 -05:00
parent ccce68b368
commit a4fa1f4614

View File

@ -99,4 +99,5 @@ createClient = function() {
stream: stream
});
client.connect();
return client;
};