Fix typo of Phaser.SinglePad#addCallbacks for docs

This typo was causing this method to appear in the wrong page of the docs
This commit is contained in:
Nicholas Howell
2014-02-19 11:18:09 -05:00
parent e396b56686
commit 232d022aaa
+1 -1
View File
@@ -117,7 +117,7 @@ Phaser.SinglePad.prototype = {
/**
* Add callbacks to the this Gamepad to handle connect/disconnect/button down/button up/axis change/float value buttons
* @method Phaser.Gamepad#addCallbacks
* @method Phaser.SinglePad#addCallbacks
* @param {Object} context - The context under which the callbacks are run.
* @param {Object} callbacks - Object that takes six different callbak methods:
* onConnectCallback, onDisconnectCallback, onDownCallback, onUpCallback, onAxisCallback, onFloatCallback