More docs coming on.

This commit is contained in:
Richard Davey
2013-10-01 16:39:39 +01:00
parent a38ad2d1a9
commit ca113b85aa
80 changed files with 10121 additions and 4763 deletions
+4 -4
View File
@@ -116,8 +116,8 @@ Phaser.Key.prototype = {
},
/**
* @param {Number} [duration]
* @return {bool}
* @param {number} [duration]
* @return {boolean}
*/
justPressed: function (duration) {
@@ -128,8 +128,8 @@ Phaser.Key.prototype = {
},
/**
* @param {Number} [duration]
* @return {bool}
* @param {number} [duration]
* @return {boolean}
*/
justReleased: function (duration) {