mirror of
https://github.com/photonstorm/phaser
synced 2025-03-04 23:37:19 +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
|
* @method Phaser.Input.Mouse.MouseManager#disableContextMenu
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @return {Phaser.Input.Mouse.MouseManager} This Mouse Manager instance.
|
* @return {this} This Mouse Manager instance.
|
||||||
*/
|
*/
|
||||||
disableContextMenu: function ()
|
disableContextMenu: function ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue