Skip to content

Commit

Permalink
Merge pull request #33 from saschanaz/patch-1
Browse files Browse the repository at this point in the history
Add explicit [Exposed] + default dictionary value
  • Loading branch information
yoavweiss authored Aug 30, 2019
2 parents 4c6fcf0 + b6d7d6b commit b91e661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ <h2>The <code>InputDeviceCapabilities</code> interface</h2>
keyboard device).
</p>
<pre class="idl">
[Constructor(optional InputDeviceCapabilitiesInit deviceInitDict)]
[Exposed=Window,
Constructor(optional InputDeviceCapabilitiesInit deviceInitDict = {})]
interface InputDeviceCapabilities {
readonly attribute boolean firesTouchEvents;
readonly attribute boolean pointerMovementScrolls;
Expand Down

0 comments on commit b91e661

Please sign in to comment.