mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
JSDoc fix
This commit is contained in:
parent
6c575ca20e
commit
8fe4b37a94
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ var Pointer = new Class({
|
|||
/**
|
||||
* The z-axis scroll amount that occurred due to the user moving a mouse wheel or similar input device.
|
||||
*
|
||||
* @name Phaser.Input.Pointer#deltaX
|
||||
* @name Phaser.Input.Pointer#deltaZ
|
||||
* @type {number}
|
||||
* @default 0
|
||||
* @since 3.18.0
|
||||
|
|
Loading…
Reference in a new issue