Skip to content

Commit

Permalink
Add missing closing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer committed Jun 10, 2015
1 parent 8e5bae4 commit 930741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -84,7 +84,7 @@ Adapter.prototype.delAll = function(id, fn){
for (var room in rooms) {
if (rooms.hasOwnProperty(room)) {
this.rooms[room].del(id);

}
if (this.rooms[room].length === 0) {
delete this.rooms[room];
}
Expand Down

0 comments on commit 930741f

Please sign in to comment.