Merge pull request #441 from nhowell/patch-1

Fix typo of Phaser.Key#justReleased for docs
This commit is contained in:
Richard Davey 2014-02-19 03:31:19 +00:00
commit a97357b34e

View file

@ -156,7 +156,7 @@ Phaser.Key.prototype = {
/**
* Returns the "just released" state of the Key. Just released is considered as being true if the key was released within the duration given (default 250ms)
* @method Phaser.Key#justPressed
* @method Phaser.Key#justReleased
* @param {number} [duration=250] - The duration below which the key is considered as being just released.
* @return {boolean} True if the key is just released otherwise false.
*/