mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
altered define paths
This commit is contained in:
parent
f31f68409e
commit
10950c4f5a
1 changed files with 5 additions and 1 deletions
6
app/Bootstrap/Socket.js
Normal file → Executable file
6
app/Bootstrap/Socket.js
Normal file → Executable file
|
|
@ -1,4 +1,8 @@
|
||||||
define(['socket.io'], function(io) {
|
define([
|
||||||
|
'socket.io'
|
||||||
|
],
|
||||||
|
|
||||||
|
function(io) {
|
||||||
|
|
||||||
function Socket(server, options, coordinator) {
|
function Socket(server, options, coordinator) {
|
||||||
options.logLevel = typeof options.logLevel != 'undefined'
|
options.logLevel = typeof options.logLevel != 'undefined'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue