Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #32 from JungJinuk/patch-1
Browse files Browse the repository at this point in the history
Update simple.js
  • Loading branch information
mspae authored Feb 14, 2017
2 parents cc3ec46 + a81b31e commit 9119a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/components/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SimpleExample extends React.Component {
handleAudioRateChange(e) {
this.setState({
audioRate: +e.target.value
})
});
}

handleTogglePlay() {
Expand Down

0 comments on commit 9119a9d

Please sign in to comment.