1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-17 10:46:00 +02:00

@m14t removed unused loadEvent property in ControlBar options. closes #3363

This commit is contained in:
Matt Farmer 2016-06-27 22:19:26 -04:00 committed by Gary Katsevman
parent 9de215fa4c
commit 7f6ce63ad9
2 changed files with 1 additions and 1 deletions

View File

@ -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))
--------------------

View File

@ -48,7 +48,6 @@ class ControlBar extends Component {
}
ControlBar.prototype.options_ = {
loadEvent: 'play',
children: [
'playToggle',
'volumeMenuButton',