non mi ricordo cosa ho fatto

This commit is contained in:
matteo
2018-11-25 19:45:16 +01:00
parent bb71bf270c
commit 89fff07523
6 changed files with 128 additions and 112 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ class VideoPlayer extends Component {
}
componentDidMount(){
componentWillMount(){
if(this.props.match.params.id)
this.setState((state, props) => { return { videoId: props.match.params.id }});
@@ -70,7 +70,7 @@ class VideoPlayer extends Component {
// console.warn(event.target.getDuration());
}
_onStateChange(event) {
// console.info('statechange: ', event)
// console.info('statechange: ', event.data)
}
}