Skip to content

Commit

Permalink
Publishing latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Nov 16, 2017
1 parent dd5bbdf commit 81f36c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attempt_to_autoplay/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function onMutedAutoplaySuccess() {
autoplayChecksResolved();
}

function onMuteedAutoplayFail() {
function onMutedAutoplayFail() {
// Both muted and unmuted autoplay failed. Fall back to click to play.
videoContent.volume = 1;
videoContent.muted = false;
Expand Down

0 comments on commit 81f36c7

Please sign in to comment.