Skip to content

Commit b5a9811

Browse files
authored
Merge pull request wesbos#262 from Ememme/Ememme-patch-3
Fix typo
2 parents fdf0e3e + 954382b commit b5a9811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19 - Webcam Fun/scripts-FINISHED.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function takePhoto() {
5757
link.href = data;
5858
link.setAttribute('download', 'handsome');
5959
link.innerHTML = `<img src="${data}" alt="Handsome Man" />`;
60-
strip.insertBefore(link, strip.firsChild);
60+
strip.insertBefore(link, strip.firstChild);
6161
}
6262

6363
function redEffect(pixels) {

0 commit comments

Comments
 (0)