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.
2 parents b022023 + 9012f5e commit 5572435Copy full SHA for 5572435
11 - Custom Video Player/scripts-FINISHED.js
@@ -37,7 +37,7 @@ function scrub(e) {
37
video.currentTime = scrubTime;
38
}
39
40
-/* Hook up the event listners */
+/* Hook up the event listeners */
41
video.addEventListener('click', togglePlay);
42
video.addEventListener('play', updateButton);
43
video.addEventListener('pause', updateButton);
0 commit comments