diff --git a/playlist.js b/playlist.js index 126b2a11..e2f60902 100644 --- a/playlist.js +++ b/playlist.js @@ -128,8 +128,8 @@ Playlist.prototype.die = function () { clearInterval(this._qaInterval); this._qaInterval = false; } - for(var key in this) - delete this[key]; + //for(var key in this) + // delete this[key]; this.dead = true; } diff --git a/server.js b/server.js index c7b771a7..96f68158 100644 --- a/server.js +++ b/server.js @@ -59,8 +59,8 @@ var Server = { break; } } - for(var i in chan) - delete chan[i]; + //for(var i in chan) + // delete chan[i]; }, app: null, io: null,