Temporary fix
This commit is contained in:
parent
200f1aadb5
commit
8b05e6ebcc
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue