mirror of https://github.com/calzoneman/sync.git
Temporary fix
This commit is contained in:
parent
200f1aadb5
commit
8b05e6ebcc
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue