diff --git a/index.html b/index.html index d126bd7..fc876e4 100644 --- a/index.html +++ b/index.html @@ -2165,7 +2165,7 @@
dictionary GamepadEventInit : EventInit {
- required Gamepad gamepad;
+ Gamepad? gamepad = null;
};