Skip to content

Commit

Permalink
Replaced "TABs" with "Spaces" in the index.html demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Mar 12, 2017
1 parent 4feb7a3 commit 66d1aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1230,10 +1230,10 @@ <h2 class="header">
}

recordingPlayer = document.createElement(elem);
if(arg instanceof MediaStream) {
recordingPlayer.muted = true;
}
if(arg instanceof MediaStream) {
recordingPlayer.muted = true;
}

recordingPlayer.addEventListener('loadedmetadata', function() {
if(navigator.userAgent.toLowerCase().indexOf('android') == -1) return;
Expand Down

0 comments on commit 66d1aab

Please sign in to comment.