mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 23:02:56 +00:00
Fixed this
return types for Phaser.Input.Mouse.MouseManager
This commit is contained in:
parent
5f4941d9a4
commit
fc51d38e47
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ var MouseManager = new Class({
|
|||
* @method Phaser.Input.Mouse.MouseManager#disableContextMenu
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @return {Phaser.Input.Mouse.MouseManager} This Mouse Manager instance.
|
||||
* @return {this} This Mouse Manager instance.
|
||||
*/
|
||||
disableContextMenu: function ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue