altered define paths

This commit is contained in:
logsol 2012-07-22 00:26:29 +02:00
parent f31f68409e
commit 10950c4f5a

6
app/Bootstrap/Socket.js Normal file → Executable file
View file

@ -1,4 +1,8 @@
define(['socket.io'], function(io) {
define([
'socket.io'
],
function(io) {
function Socket(server, options, coordinator) {
options.logLevel = typeof options.logLevel != 'undefined'