Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Oct 9, 2015
2 parents aab9246 + 8c101e2 commit 7ce59ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* @imbcmdth fixed an issue with emulateTextTracks being called before the tech dom was ready ([view](https://github.com/videojs/video.js/pull/2692))

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

Expand Down
2 changes: 1 addition & 1 deletion src/js/tech/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Tech extends Component {
}

if (!this.featuresNativeTextTracks) {
this.emulateTextTracks();
this.on('ready', this.emulateTextTracks);
}

this.initTextTrackListeners();
Expand Down

0 comments on commit 7ce59ef

Please sign in to comment.