Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
From #4
  • Loading branch information
cookpete committed Nov 6, 2015
1 parent 46cb86c commit 73fb9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/players/FilePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class FilePlayer extends Base {
this.player.onplay = this.props.onPlay
this.player.onpause = this.props.onPause
super.componentDidMount()
this.onReady();
this.onReady()
}
shouldComponentUpdate (nextProps) {
return this.props.url !== nextProps
Expand Down

0 comments on commit 73fb9cf

Please sign in to comment.