Skip to content

Commit

Permalink
fixing actiuve flag
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed Nov 11, 2012
1 parent 8a82df5 commit 8dca1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = function(data){
,videos:[]
,director:false
,server:false
,active:true
});

room.removeMember = function removeMember(memberIdToRemove) {
Expand Down

0 comments on commit 8dca1a3

Please sign in to comment.