mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Fixed this
return types for Phaser.Input.Touch.TouchManager
This commit is contained in:
parent
fc51d38e47
commit
f8fd901d96
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ var TouchManager = new Class({
|
|||
* @method Phaser.Input.Touch.TouchManager#disableContextMenu
|
||||
* @since 3.20.0
|
||||
*
|
||||
* @return {Phaser.Input.Touch.TouchManager} This Touch Manager instance.
|
||||
* @return {this} This Touch Manager instance.
|
||||
*/
|
||||
disableContextMenu: function ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue