Skip to content

Commit

Permalink
Minor change in the getMediaDevices() algorithm (as discussed in bug:…
Browse files Browse the repository at this point in the history
… 23263).
  • Loading branch information
adam-be committed Nov 21, 2013
1 parent be47968 commit 970251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Expand Up @@ -2179,7 +2179,7 @@ <h3>NavigatorUserMedia</h3>
<li>
<p>If <var>device</var> is represented by a
<code><a>MediaDeviceInfo</a></code> object in
<var>oldList</var>, move that object to
<var>oldList</var>, append that object to
<var>resultList</var>, abort these steps and continue with
the next device (if any).</p>
</li>
Expand Down

0 comments on commit 970251f

Please sign in to comment.