Skip to content

Commit

Permalink
@jbarabander added title attribute to audio button. Fixes videojs#3528.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarabander authored and Pravdina Elena committed Sep 6, 2016
1 parent 6392af4 commit 4e4d354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ class AudioTrackButton extends TrackButton {
return items;
}
}

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

0 comments on commit 4e4d354

Please sign in to comment.