Commit 9d562c57 authored by Leo Iannacone's avatar Leo Iannacone

some jshint issue

parent 21fd00c5
...@@ -23,7 +23,7 @@ var debug = function () { ...@@ -23,7 +23,7 @@ var debug = function () {
else else
console.log.apply(console, arguments); console.log.apply(console, arguments);
} }
} };
/* /*
An helper debug function for socket events An helper debug function for socket events
...@@ -38,4 +38,4 @@ var debug_socket = function () { ...@@ -38,4 +38,4 @@ var debug_socket = function () {
if (arguments[0] == "received") if (arguments[0] == "received")
level = 4; level = 4;
debug(level, "socket", arguments[0], "event:", arguments[1], "data:", arguments[2]); debug(level, "socket", arguments[0], "event:", arguments[1], "data:", arguments[2]);
} };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment