cabana: forgot a bind

main
Andy Haden 2017-06-17 18:42:46 -07:00
parent c9eb1775e6
commit 4960e203d1
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export default class RouteVideoSync extends Component {
this.segmentProgress = this.segmentProgress.bind(this);
this.onVideoElementAvailable = this.onVideoElementAvailable.bind(this);
this.onUserSeek = this.onUserSeek.bind(this);
this.onHlsRestart = this.onHlsRestart.bind(this);
}
componentWillReceiveProps(nextProps) {