Temporary fix

This commit is contained in:
calzoneman 2013-07-16 11:56:33 -04:00
parent 200f1aadb5
commit 8b05e6ebcc
2 changed files with 4 additions and 4 deletions

View file

@ -128,8 +128,8 @@ Playlist.prototype.die = function () {
clearInterval(this._qaInterval); clearInterval(this._qaInterval);
this._qaInterval = false; this._qaInterval = false;
} }
for(var key in this) //for(var key in this)
delete this[key]; // delete this[key];
this.dead = true; this.dead = true;
} }

View file

@ -59,8 +59,8 @@ var Server = {
break; break;
} }
} }
for(var i in chan) //for(var i in chan)
delete chan[i]; // delete chan[i];
}, },
app: null, app: null,
io: null, io: null,