Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Mar 23, 2014
1 parent 801e744 commit dc9f61c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/client/cloak.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

var uid;
var socket;
var url;
var events = {};
var config = {};
var timerEvents = {};
Expand Down Expand Up @@ -56,9 +55,8 @@
}
},

run: function(urlArg) {
run: function(url) {

url = urlArg;
socket = io.connect(url, {
'force new connection': true
});
Expand Down

0 comments on commit dc9f61c

Please sign in to comment.