mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
jsdoc fix #3377
This commit is contained in:
parent
9676205403
commit
77357dbde0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ var Button = new Class({
|
|||
*
|
||||
* @name Phaser.Input.Gamepad.Button#threshold
|
||||
* @type {float}
|
||||
* @default 0
|
||||
* @default 1
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.threshold = 1;
|
||||
|
|
Loading…
Reference in a new issue