diff --git a/public/src/app.js b/public/src/app.js index ae832cbc64..4b517e4be5 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -77,7 +77,7 @@ var socket, } else { var ioParams = { 'max reconnection attempts': config.maxReconnectionAttempts, - 'reconnection delay': config.reconnectionDelay, + reconnectionDelay : config.reconnectionDelay, path: RELATIVE_PATH + '/socket.io' };