We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69946c4 commit cf206abCopy full SHA for cf206ab
examples/player/player.js
@@ -61,7 +61,7 @@ Player.prototype = {
61
// Display the duration.
62
duration.innerHTML = self.formatTime(Math.round(sound.duration()));
63
64
- // Start upating the progress of the track.
+ // Start updating the progress of the track.
65
requestAnimationFrame(self.step.bind(self));
66
67
// Start the wave animation if we have already loaded
0 commit comments