Skip to content

Commit

Permalink
@m14t removed unused loadEvent property in ControlBar options. closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
m14t authored and gkatsev committed Jun 28, 2016
1 parent 9de215f commit 7f6ce63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
## HEAD (Unreleased)
* @gkatsev pinned node-sass to 3.4 ([view](https://github.com/videojs/video.js/pull/3401))
* @mister-ben added try catch to volume and playbackrate checks. Fixes #3315 ([view](https://github.com/videojs/video.js/pull/3320))
* @m14t removed unused loadEvent property in ControlBar options ([view](https://github.com/videojs/video.js/pull/3363))

--------------------

Expand Down
1 change: 0 additions & 1 deletion src/js/control-bar/control-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class ControlBar extends Component {
}

ControlBar.prototype.options_ = {
loadEvent: 'play',
children: [
'playToggle',
'volumeMenuButton',
Expand Down

0 comments on commit 7f6ce63

Please sign in to comment.