Documentation updates

This commit is contained in:
Richard Davey
2013-11-24 23:52:31 +00:00
parent a876fdd2b6
commit 373b97648d
2 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ Phaser.Sprite = function (game, x, y, key, frame) {
this.lifespan = 0;
/**
* @property {Events} events - The Events you can subscribe to that are dispatched when certain things happen on this Sprite or its components.
* @property {Phaser.Events} events - The Events you can subscribe to that are dispatched when certain things happen on this Sprite or its components.
*/
this.events = new Phaser.Events(this);
@@ -84,7 +84,7 @@ Phaser.Sprite = function (game, x, y, key, frame) {
this.animations = new Phaser.AnimationManager(this);
/**
* @property {InputHandler} input - The Input Handler Component.
* @property {Phaser.InputHandler} input - The Input Handler Component.
*/
this.input = new Phaser.InputHandler(this);