From 3c6bee8dda969e15c8aa7b62d01f1f1cb114863d Mon Sep 17 00:00:00 2001 From: Nicholas Howell Date: Wed, 19 Feb 2014 13:21:38 -0500 Subject: [PATCH] Fix typo for Phaser.InputHandler#pointerDragged for docs --- src/input/InputHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/InputHandler.js b/src/input/InputHandler.js index 658735f0..16da74a2 100644 --- a/src/input/InputHandler.js +++ b/src/input/InputHandler.js @@ -472,7 +472,7 @@ Phaser.InputHandler.prototype = { /** * Is this sprite being dragged by the mouse or not? - * @method Phaser.InputHandler#pointerTimeOut + * @method Phaser.InputHandler#pointerDragged * @param {Phaser.Pointer} pointer * @return {number} */