diff options
Diffstat (limited to 'files/ja/web/api/globaleventhandlers/onmousedown')
-rw-r--r-- | files/ja/web/api/globaleventhandlers/onmousedown/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/globaleventhandlers/onmousedown/index.html b/files/ja/web/api/globaleventhandlers/onmousedown/index.html index ec56405a60..bf143fc699 100644 --- a/files/ja/web/api/globaleventhandlers/onmousedown/index.html +++ b/files/ja/web/api/globaleventhandlers/onmousedown/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/GlobalEventHandlers/onmousedown <h3 id="Value">値</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="Example">例</h2> |