This commit is contained in:
calzoneman 2013-07-12 15:58:55 -04:00
parent 53c1655894
commit 8ea0a34326
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ Player.prototype.initJustinTV = function() {
this.load = function(data) {
this.id = data.id;
this.initTwitch();
this.initJustinTV();
}
this.pause = function() { }