Merge pull request #1179 from FedeOmoto/dev

Documentation fixes
This commit is contained in:
Richard Davey 2014-09-09 21:11:27 +01:00
commit e320ace5a8

View file

@ -82,7 +82,7 @@ Phaser.Ellipse.prototype = {
}, },
/** /**
* Copies the x, y and diameter properties from this Circle to any given object. * Copies the x, y, width and height properties from this Ellipse to any given object.
* @method Phaser.Ellipse#copyTo * @method Phaser.Ellipse#copyTo
* @param {any} dest - The object to copy to. * @param {any} dest - The object to copy to.
* @return {Object} This dest object. * @return {Object} This dest object.