Skip to content

Commit

Permalink
getSupportedConstraints doesn't need to be static
Browse files Browse the repository at this point in the history
close w3c#66
  • Loading branch information
dontcallmedom committed Mar 10, 2015
1 parent 410ff73 commit 9763842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,7 @@ <h3>MediaDevices Interface Extensions</h3>
recognizes.</p>

<dl class="idl" title="partial interface MediaDevices">
<dt>static MediaTrackSettings getSupportedConstraints(DOMString kind)</dt>
<dt>MediaTrackSettings getSupportedConstraints(DOMString kind)</dt>

<dd>
<p>Returns an object whose members are the constrainable properties
Expand Down

0 comments on commit 9763842

Please sign in to comment.