jsdoc clarification.

This commit is contained in:
photonstorm 2015-04-21 15:54:44 +01:00
parent 8fb5a89e1f
commit a4963adec3

View file

@ -82,12 +82,12 @@ Phaser.Frame = function (index, x, y, width, height, name) {
this.trimmed = false;
/**
* @property {number} sourceSizeW - Width of the original sprite.
* @property {number} sourceSizeW - Width of the original sprite before it was trimmed.
*/
this.sourceSizeW = width;
/**
* @property {number} sourceSizeH - Height of the original sprite.
* @property {number} sourceSizeH - Height of the original sprite before it was trimmed.
*/
this.sourceSizeH = height;