We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b022023 commit 9012f5eCopy full SHA for 9012f5e
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