Bug 1665521 [wpt PR 25582] - Update interfaces/webxr-hand-input.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/webxr-hand-input.idl

Note: This file was recently manually updated in commit 15e47f779c.
      This commit may revert some of those changes.

Source: https://github.com/w3c/webref/blob/f1e6afa/ed/idl/webxr-hand-input.idl
Build: https://travis-ci.org/w3c/webref/builds/184809220

--

wpt-commits: 6b09ae888799869b8dd5ad9ee9af8cbe14517da5
wpt-pr: 25582
This commit is contained in:
autofoolip 2020-09-22 09:16:14 +00:00 коммит произвёл moz-wptsync-bot
Родитель 89cefb47e6
Коммит ae9b0ac7fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,5 +54,5 @@ partial interface XRFrame {
};
interface XRJointPose: XRPose {
readonly attribute float? radius;
readonly attribute float radius;
};