Try binding actin handler

kegan/timestamp-hover
David Baker 2015-10-20 12:13:05 +01:00
parent 79eda12656
commit da6c5653b1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module.exports = React.createClass({
mixins: [VideoViewController],
componentWillMount: function() {
dis.register(this.onAction);
dis.register(this.onAction.bind(this));
},
getRemoteVideoElement: function() {