From 77357dbde020900052a3046a1eb74d7201fada6b Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 16 Mar 2018 12:39:39 +0000 Subject: [PATCH] jsdoc fix #3377 --- src/input/gamepad/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/gamepad/Button.js b/src/input/gamepad/Button.js index ccdc4239f..bf9b132fd 100644 --- a/src/input/gamepad/Button.js +++ b/src/input/gamepad/Button.js @@ -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;