Skip to content

Commit 7b8f08d

Browse files
author
Wouter Commandeur
committed
appease travis
1 parent c716709 commit 7b8f08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/Mouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Phaser.Mouse.prototype = {
204204
};
205205

206206
this._onMouseWheel = function (event) {
207-
return _this.onMouseWheel(event);
207+
return _this.onMouseWheel(event);
208208
};
209209

210210
this.game.canvas.addEventListener('mousedown', this._onMouseDown, true);

0 commit comments

Comments
 (0)