merged with upstream

This commit is contained in:
David Dunlop 2011-03-12 14:54:02 -05:00
commit afe96eeec1
7 changed files with 77 additions and 47 deletions

View file

@ -17,7 +17,6 @@ var db = function(callback) {
db.prototype = {
clearRoom: function(room, callback) {
console.log('here',room);
this.rooms.remove({name:room},callback);
},