[Bug 17309] It is not defined what the value of Gamepad.index should be after disconnecting the gamepad

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17309

--- Comment #5 from Ted Mielczarek [:ted] <ted@mielczarek.org> 2012-06-04 20:47:08 UTC ---
I still don't see how that example makes any difference. You can pass anything
as the array index, you'll just get back undefined:
a = ['a','b','c']

a[0]
a

a[null] == undefined
true

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 4 June 2012 20:47:11 UTC