Fix typo for Phaser.InputHandler#pointerDragged for docs

This commit is contained in:
Nicholas Howell
2014-02-19 13:21:38 -05:00
parent 6d418ba9c7
commit 3c6bee8dda
+1 -1
View File
@@ -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}
*/