Skip to content

Commit

Permalink
Remove SameObject attribute from skipRendering
Browse files Browse the repository at this point in the history
  • Loading branch information
msub2 authored Aug 21, 2024
1 parent f25c42f commit 62c3177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ interface XRInputSource {
[SameObject] readonly attribute XRSpace targetRaySpace;
[SameObject] readonly attribute XRSpace? gripSpace;
[SameObject] readonly attribute FrozenArray<DOMString> profiles;
[SameObject] readonly attribute boolean skipRendering;
readonly attribute boolean skipRendering;
};
</pre>

Expand Down

0 comments on commit 62c3177

Please sign in to comment.