Skip to content

Commit

Permalink
Update index.html (mdn#3272)
Browse files Browse the repository at this point in the history
Shouldn't have semi-colon there. 
(Caught while trying to implement old API method)
  • Loading branch information
patelnav authored Mar 18, 2021
1 parent a3ce084 commit 4094ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h4 id="Perfect_negotiation_with_the_old_API">Perfect negotiation with the old A

await Promise.all([
pc.setLocalDescription({type: "rollback"}),
pc.setRemoteDescription(description);
pc.setRemoteDescription(description)
]);
} else {
await pc.setRemoteDescription(description);
Expand Down

0 comments on commit 4094ad3

Please sign in to comment.