diff --git a/video.js b/video.js index f5308bb0e..b137c7fc3 100644 --- a/video.js +++ b/video.js @@ -96,7 +96,7 @@ var VideoJS = JRClass.extend({ this.buildPoster(); this.buildBigPlayButton(); this.buildSpinner(); - this.buildController(); + this.buildControlBar(); this.loadInterface(); // Show everything once styles are loaded /* Initialize Subtitles @@ -154,7 +154,7 @@ var VideoJS = JRClass.extend({ this.positionBox(); this.showPoster(); if (this.video.paused !== false) { this.showBigPlayButton(); } - if (this.options.showControlsAtStart) { this.showController(); } + if (this.options.showControlsAtStart) { this.showControlBar(); } }, /* VideoJS Box - Holds all elements @@ -174,13 +174,13 @@ var VideoJS = JRClass.extend({ this.box.style.height = this.video.offsetHeight + this.controls.offsetHeight + "px"; } } - this.positionController(); + this.positionControlBar(); this.positionPoster(); }, /* Control Bar ================================================================================ */ - buildController: function(){ + buildControlBar: function(){ /* Creating this HTML