diff options
Diffstat (limited to 'files/ja/conflicting/web/api/window/moveto/index.html')
-rw-r--r-- | files/ja/conflicting/web/api/window/moveto/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/api/window/moveto/index.html b/files/ja/conflicting/web/api/window/moveto/index.html new file mode 100644 index 0000000000..0d540be728 --- /dev/null +++ b/files/ja/conflicting/web/api/window/moveto/index.html @@ -0,0 +1,12 @@ +--- +title: Window.restore() +slug: conflicting/Web/API/Window/moveTo +translation_of: Web/API/Window/moveTo +translation_of_original: Web/API/Window/restore +original_slug: Web/API/Window/restore +--- +<p>{{APIRef}}</p> + +<p>このメソッドは現在動作していませんが、代わりに次のメソッドを利用することができます:</p> + +<p>window.moveTo(window.screenX, window.screenY);</p> |