fix timeslider socket issue

This commit is contained in:
John McLear 2014-12-21 23:10:56 +00:00
parent ffdce760d5
commit 745ef5db1c

View file

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