mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
jsdoc clarification.
This commit is contained in:
parent
8fb5a89e1f
commit
a4963adec3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue