Try binding actin handler
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = React.createClass({
|
||||
mixins: [VideoViewController],
|
||||
|
||||
componentWillMount: function() {
|
||||
dis.register(this.onAction);
|
||||
dis.register(this.onAction.bind(this));
|
||||
},
|
||||
|
||||
getRemoteVideoElement: function() {
|
||||
|
||||
Reference in New Issue
Block a user