mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
appease travis
This commit is contained in:
parent
c716709f66
commit
7b8f08d5f9
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ Phaser.Mouse.prototype = {
|
|||
};
|
||||
|
||||
this._onMouseWheel = function (event) {
|
||||
return _this.onMouseWheel(event);
|
||||
return _this.onMouseWheel(event);
|
||||
};
|
||||
|
||||
this.game.canvas.addEventListener('mousedown', this._onMouseDown, true);
|
||||
|
|
Loading…
Reference in a new issue