fix timeslider socket issue

This commit is contained in:
John McLear 2014-12-21 23:10:56 +00:00
parent ffdce760d5
commit 745ef5db1c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function init() {
var resource = exports.baseURL.substring(1) + 'socket.io';
//build up the socket io connection
var socket = io.connect(url, {resource: resource});
socket = io.connect(url, {resource: resource});
//send the ready message once we're connected
socket.on('connect', function()