We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0323af9 + cf206ab commit ddb34c3Copy full SHA for ddb34c3
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
@@ -92,7 +92,7 @@ Player.prototype = {
92
bar.style.display = 'block';
93
},
94
onseek: function() {
95
96
97
}
98
});
0 commit comments