Skip to content

Commit

Permalink
lowercasing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Aug 2, 2012
1 parent b24c347 commit 684b8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature-detects/gamepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html
// By Eric Bidelman

Modernizr.addTest('gamepads', !!Modernizr.prefixed('Gamepads', navigator) ||
!!Modernizr.prefixed('GetGamepads', navigator));
Modernizr.addTest('gamepads', !!Modernizr.prefixed('gamepads', navigator) ||
!!Modernizr.prefixed('getGamepads', navigator));

0 comments on commit 684b8fb

Please sign in to comment.