MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / getField

Function getField

7DFPS/js/gamepad_uncompressed.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3*/
4(function() {
5 var getField = function() {
6 return navigator.webkitGamepads || navigator.mozGamepads || navigator.gamepads;
7 };
8
9 var getFunction = function () {
10 return navigator.webkitGetGamepads || navigator.mozGetGamepads || navigator.getGamepads;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected