jsdoc fix

This commit is contained in:
Richard Davey 2018-03-30 12:33:31 +01:00
parent 2540b75b88
commit 88a228e226

View file

@ -17,7 +17,7 @@ var Gamepad = require('./Gamepad');
* @typedef {object} Pad
*
* @property {string} id - [description]
* @property {number} index - [description]
* @property {integer} index - [description]
*/
/**