Skip to content

Commit 0a64fde

Browse files
author
Avaer Kazmer
committed
Syntax bugfixing
1 parent 67c30e1 commit 0a64fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3668,8 +3668,8 @@
36683668
const rects = [];
36693669
const covers = [];
36703670
const _getChildXrIframes = xrIframe => Array.from(xrIframe.contentWindow.iframe.contentDocument.querySelectorAll('xr-iframe'));
3671-
const _getExtentXrIframes = xrIframe => _getChildXrIframes(xrIframe).filter(xrIframe => !/^owned:/.test(xrIframe.id);
3672-
const _getOwnedXrIframes = xrIframe => _getChildXrIframes(xrIframe).filter(xrIframe => /^owned:/.test(xrIframe.id);
3671+
const _getExtentXrIframes = xrIframe => _getChildXrIframes(xrIframe).filter(xrIframe => !/^owned:/.test(xrIframe.id));
3672+
const _getOwnedXrIframes = xrIframe => _getChildXrIframes(xrIframe).filter(xrIframe => /^owned:/.test(xrIframe.id));
36733673
const _connectLand = async () => {
36743674
if (!landState) {
36753675
let live = true;

0 commit comments

Comments
 (0)