diff options
Diffstat (limited to 'files/ja/web/api/globaleventhandlers/onmousemove/index.html')
-rw-r--r-- | files/ja/web/api/globaleventhandlers/onmousemove/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/globaleventhandlers/onmousemove/index.html b/files/ja/web/api/globaleventhandlers/onmousemove/index.html index 7a3e4a8764..c0fb8001ce 100644 --- a/files/ja/web/api/globaleventhandlers/onmousemove/index.html +++ b/files/ja/web/api/globaleventhandlers/onmousemove/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/GlobalEventHandlers/onmousemove <h3 id="値">値</h3> -<p><code>functionRef</code> は、関数名または<a href="/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。 この関数は、唯一の引数として {{domxref("MouseEvent")}} オブジェクトを受け取ります。</p> +<p><code>functionRef</code> は、関数名または<a href="/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。 この関数は、唯一の引数として {{domxref("MouseEvent")}} オブジェクトを受け取ります。</p> <h2 id="例">例</h2> |