Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed link URL of MDN Event reference
  • Loading branch information
Kentaro Nakanishi committed Apr 22, 2015
commit 2d7ca65c4b8a26b20704d7d4b0608ecf5f0e4c8c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ click イベント以外にも多様なイベントがあります:
- offline: ブラウザがオフラインになったとき

ここに載っていないイベントの一覧は
[MDN DOM イベントリファレンス](https://developer.mozilla.org/ja/docs/Web2/Reference/Events) を
[MDN DOM イベントリファレンス](https://developer.mozilla.org/ja/docs/Web/Reference/Events) を
参照するとよいでしょう。


Expand Down