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