React: fix warnings

This commit is contained in:
DC
2016-07-20 13:49:14 -07:00
parent 946bba19a9
commit a4a31d0860
11 changed files with 148 additions and 110 deletions

View File

@@ -24,7 +24,6 @@ module.exports = class App extends React.Component {
}
render () {
console.time('render app')
var state = this.state
// Hide player controls while playing video, if the mouse stays still for a while
@@ -55,7 +54,7 @@ module.exports = class App extends React.Component {
{getModal(state)}
</div>
)
console.timeEnd('render app')
return vdom
}
}