Skip to content

Commit

Permalink
[minor fix] variable already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Jun 23, 2013
1 parent 8745676 commit 4927853
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/godot/net/client.js
Expand Up @@ -234,8 +234,6 @@ Client.prototype.close = function () {
this.socket.close();
}

var self = this;

Object.keys(this.producers).forEach(function (id) {
self.remove(self.producers[id]);
});
Expand Down

0 comments on commit 4927853

Please sign in to comment.