Add another container around the player to move back toward multi-player support.

This commit is contained in:
Ian Gulliver
2015-11-21 10:45:15 -08:00
parent cb5b3c9cbf
commit 972da0ab50
2 changed files with 13 additions and 7 deletions

View File

@@ -374,8 +374,10 @@ Clicks.prototype.buildUI_ = function() {
}
}
this.playersContainer_ = this.createElementAndAppend_(
'clicks-players-container', this.container_);
var playerContainer = this.createElementAndAppend_(
'clicks-player-container', this.container_);
'clicks-player-container', this.playersContainer_);
this.playerCrop_ = this.createElementAndAppend_(
'clicks-player-crop', playerContainer);
this.playerScale_ = this.createElementAndAppend_(