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:
parent
9de215fa4c
commit
7f6ce63ad9
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -48,7 +48,6 @@ class ControlBar extends Component {
|
||||
}
|
||||
|
||||
ControlBar.prototype.options_ = {
|
||||
loadEvent: 'play',
|
||||
children: [
|
||||
'playToggle',
|
||||
'volumeMenuButton',
|
||||
|
Loading…
Reference in New Issue
Block a user