From fd1e2435671adf89d5a2718fc7d1454828f147ae Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 12 Jul 2021 10:11:30 +0900 Subject: remove wiki.developer.mozilla.org links --- files/ja/web/api/window/vrdisplaydisconnect_event/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/window') diff --git a/files/ja/web/api/window/vrdisplaydisconnect_event/index.html b/files/ja/web/api/window/vrdisplaydisconnect_event/index.html index 71281e5c3d..ca8cf7304a 100644 --- a/files/ja/web/api/window/vrdisplaydisconnect_event/index.html +++ b/files/ja/web/api/window/vrdisplaydisconnect_event/index.html @@ -32,14 +32,14 @@ translation_of: Web/API/Window/vrdisplaydisconnect_event

-

You can use the vrdisplaydisconnect event in an addEventListener method:

+

You can use the vrdisplaydisconnect event in an addEventListener method:

window.addEventListener('vrdisplaydisconnect', function() {
   info.textContent = 'Display disconnected.';
   reportDisplays();
 });
-

Or use the onvrdisplaydisconnect event handler property:

+

Or use the onvrdisplaydisconnect event handler property:

window.onvrdisplaydisconnect = function() {
   info.textContent = 'Display disconnected.';
-- 
cgit v1.2.3-54-g00ecf