Remove trailing whitespace
This commit is contained in:
parent
277af3b0de
commit
aecd78d635
55 changed files with 1337 additions and 1337 deletions
|
@ -20,21 +20,21 @@ PIXI.Ellipse = function(x, y, width, height)
|
|||
* @default 0
|
||||
*/
|
||||
this.x = x || 0;
|
||||
|
||||
|
||||
/**
|
||||
* @property y
|
||||
* @type Number
|
||||
* @default 0
|
||||
*/
|
||||
this.y = y || 0;
|
||||
|
||||
|
||||
/**
|
||||
* @property width
|
||||
* @type Number
|
||||
* @default 0
|
||||
*/
|
||||
this.width = width || 0;
|
||||
|
||||
|
||||
/**
|
||||
* @property height
|
||||
* @type Number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue