Skip to content

Commit

Permalink
@jbarabander added title attribute to audio button. Fixes #3528. closes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarabander authored and gkatsev committed Aug 24, 2016
1 parent 23d1fcd commit 46d7135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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)
* @misteroneill fixed wrapping native and emulated MediaErrors ([view](https://github.com/videojs/video.js/pull/3562))
* @snyderizer fixed switching between audio tracks. Fixes #3510 ([view](https://github.com/videojs/video.js/pull/3538))
* @jbarabander added title attribute to audio button. Fixes #3528 ([view](https://github.com/videojs/video.js/pull/3565))

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ class AudioTrackButton extends TrackButton {
return items;
}
}

AudioTrackButton.prototype.controlText_ = 'Audio';
Component.registerComponent('AudioTrackButton', AudioTrackButton);
export default AudioTrackButton;

0 comments on commit 46d7135

Please sign in to comment.