Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oswwwaldotc authored Feb 12, 2020
1 parent f3f7116 commit 0caf831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 19 - Webcam Fun/scripts-FINISHED.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function getVideo() {
// The following has been depreceated by major browsers as of Chrome and Firefox.
// video.src = window.URL.createObjectURL(localMediaStream);
// Please refer to these:
// Depreceated - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
// Deprecated - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
// Newer Syntax - https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject

video.srcObject = localMediaStream;
Expand Down

0 comments on commit 0caf831

Please sign in to comment.