merged with upstream
This commit is contained in:
commit
afe96eeec1
7 changed files with 77 additions and 47 deletions
|
@ -17,7 +17,6 @@ var db = function(callback) {
|
|||
|
||||
db.prototype = {
|
||||
clearRoom: function(room, callback) {
|
||||
console.log('here',room);
|
||||
this.rooms.remove({name:room},callback);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue