diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiShader.js b/src/pixi/renderers/webgl/shaders/PixiShader.js index 8e7a7c4..7f9443c 100644 --- a/src/pixi/renderers/webgl/shaders/PixiShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiShader.js @@ -26,7 +26,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiShader.js b/src/pixi/renderers/webgl/shaders/PixiShader.js index 8e7a7c4..7f9443c 100644 --- a/src/pixi/renderers/webgl/shaders/PixiShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiShader.js @@ -26,7 +26,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js index 0f6854c..685f76a 100644 --- a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiShader.js b/src/pixi/renderers/webgl/shaders/PixiShader.js index 8e7a7c4..7f9443c 100644 --- a/src/pixi/renderers/webgl/shaders/PixiShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiShader.js @@ -26,7 +26,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js index 0f6854c..685f76a 100644 --- a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/StripShader.js b/src/pixi/renderers/webgl/shaders/StripShader.js index fe0c3eb..6b47244 100644 --- a/src/pixi/renderers/webgl/shaders/StripShader.js +++ b/src/pixi/renderers/webgl/shaders/StripShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiShader.js b/src/pixi/renderers/webgl/shaders/PixiShader.js index 8e7a7c4..7f9443c 100644 --- a/src/pixi/renderers/webgl/shaders/PixiShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiShader.js @@ -26,7 +26,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js index 0f6854c..685f76a 100644 --- a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/StripShader.js b/src/pixi/renderers/webgl/shaders/StripShader.js index fe0c3eb..6b47244 100644 --- a/src/pixi/renderers/webgl/shaders/StripShader.js +++ b/src/pixi/renderers/webgl/shaders/StripShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/textures/BaseTexture.js b/src/pixi/textures/BaseTexture.js index 6fb2b25..6de7215 100644 --- a/src/pixi/textures/BaseTexture.js +++ b/src/pixi/textures/BaseTexture.js @@ -47,7 +47,7 @@ * The scale mode to apply when scaling this texture * * @property scaleMode - * @type PIXI.scaleModes + * @type {Number} * @default PIXI.scaleModes.LINEAR */ this.scaleMode = scaleMode || PIXI.scaleModes.DEFAULT; diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiShader.js b/src/pixi/renderers/webgl/shaders/PixiShader.js index 8e7a7c4..7f9443c 100644 --- a/src/pixi/renderers/webgl/shaders/PixiShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiShader.js @@ -26,7 +26,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js index 0f6854c..685f76a 100644 --- a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/StripShader.js b/src/pixi/renderers/webgl/shaders/StripShader.js index fe0c3eb..6b47244 100644 --- a/src/pixi/renderers/webgl/shaders/StripShader.js +++ b/src/pixi/renderers/webgl/shaders/StripShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/textures/BaseTexture.js b/src/pixi/textures/BaseTexture.js index 6fb2b25..6de7215 100644 --- a/src/pixi/textures/BaseTexture.js +++ b/src/pixi/textures/BaseTexture.js @@ -47,7 +47,7 @@ * The scale mode to apply when scaling this texture * * @property scaleMode - * @type PIXI.scaleModes + * @type {Number} * @default PIXI.scaleModes.LINEAR */ this.scaleMode = scaleMode || PIXI.scaleModes.DEFAULT; diff --git a/src/pixi/textures/VideoTexture.js b/src/pixi/textures/VideoTexture.js index 906ae49..ad58ec5 100644 --- a/src/pixi/textures/VideoTexture.js +++ b/src/pixi/textures/VideoTexture.js @@ -114,7 +114,7 @@ * @method baseTextureFromVideo * @param video {HTMLVideoElement} * @param scaleMode {Number} See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values - * @returns {VideoTexture} + * @return {VideoTexture} */ PIXI.VideoTexture.baseTextureFromVideo = function( video, scaleMode ) { @@ -141,7 +141,7 @@ * @method textureFromVideo * @param video {HTMLVideoElement} * @param scaleMode {Number} See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values - * @returns {Texture} A Texture, but not a VideoTexture. + * @return {Texture} A Texture, but not a VideoTexture. */ PIXI.VideoTexture.textureFromVideo = function( video, scaleMode ) { @@ -156,7 +156,7 @@ * @method fromUrl * @param videoSrc {String} The URL for the video. * @param scaleMode {Number} See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values - * @returns {VideoTexture} + * @return {VideoTexture} */ PIXI.VideoTexture.fromUrl = function( videoSrc, scaleMode ) { diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 1ce6fc9..82198b3 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -383,7 +383,7 @@ * * IMPORTANT: This is a webGL only feature and will be ignored by the canvas renderer. * To remove filters simply set this property to 'null' * @property filters - * @type {Array(Filter)} + * @type Array(Filter) */ Object.defineProperty(PIXI.DisplayObject.prototype, 'filters', { diff --git a/src/pixi/display/MovieClip.js b/src/pixi/display/MovieClip.js index e07df82..7b7a1e0 100644 --- a/src/pixi/display/MovieClip.js +++ b/src/pixi/display/MovieClip.js @@ -18,7 +18,7 @@ * The array of textures that make up the animation * * @property textures - * @type Array + * @type Array(Texture) */ this.textures = textures; diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f1d3a6e..9f397bb 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -78,7 +78,7 @@ * The shader that will be used to render the texture to the stage. Set to null to remove a current shader. * * @property shader - * @type PIXI.AbstractFilter + * @type AbstractFilter * @default null */ this.shader = null; diff --git a/src/pixi/filters/BlurFilter.js b/src/pixi/filters/BlurFilter.js index 404d0eb..d93d147 100644 --- a/src/pixi/filters/BlurFilter.js +++ b/src/pixi/filters/BlurFilter.js @@ -25,7 +25,7 @@ * Sets the strength of both the blurX and blurY properties simultaneously * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blur', { @@ -41,7 +41,7 @@ * Sets the strength of the blurX property * * @property blurX - * @type Number the strength of the blurX + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurX', { @@ -57,7 +57,7 @@ * Sets the strength of the blurY property * * @property blurY - * @type Number the strength of the blurY + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurFilter.prototype, 'blurY', { diff --git a/src/pixi/filters/BlurXFilter.js b/src/pixi/filters/BlurXFilter.js index 11b49c6..13f67c3 100644 --- a/src/pixi/filters/BlurXFilter.js +++ b/src/pixi/filters/BlurXFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurXFilter.prototype, 'blur', { diff --git a/src/pixi/filters/BlurYFilter.js b/src/pixi/filters/BlurYFilter.js index d27f43a..5aecfef 100644 --- a/src/pixi/filters/BlurYFilter.js +++ b/src/pixi/filters/BlurYFilter.js @@ -52,7 +52,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', { diff --git a/src/pixi/filters/CrossHatchFilter.js b/src/pixi/filters/CrossHatchFilter.js index 11de66a..4b9f381 100644 --- a/src/pixi/filters/CrossHatchFilter.js +++ b/src/pixi/filters/CrossHatchFilter.js @@ -66,7 +66,7 @@ * Sets the strength of both the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.CrossHatchFilter.prototype, 'blur', { diff --git a/src/pixi/filters/SmartBlurFilter.js b/src/pixi/filters/SmartBlurFilter.js index 54f4da2..44a47f4 100644 --- a/src/pixi/filters/SmartBlurFilter.js +++ b/src/pixi/filters/SmartBlurFilter.js @@ -62,7 +62,7 @@ * The strength of the blur. * * @property blur - * @type Number the strength of the blur + * @type Number * @default 2 */ Object.defineProperty(PIXI.SmartBlurFilter.prototype, 'blur', { diff --git a/src/pixi/geom/RoundedRectangle.js b/src/pixi/geom/RoundedRectangle.js index 9ad3175..dae668d 100644 --- a/src/pixi/geom/RoundedRectangle.js +++ b/src/pixi/geom/RoundedRectangle.js @@ -3,9 +3,9 @@ */ /** - * the Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. + * The Rounded Rectangle object is an area defined by its position and has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height. * - * @class Rounded Rectangle + * @class RoundedRectangle * @constructor * @param x {Number} The X coordinate of the upper-left corner of the rounded rectangle * @param y {Number} The Y coordinate of the upper-left corner of the rounded rectangle @@ -55,7 +55,7 @@ * Creates a clone of this Rounded Rectangle * * @method clone - * @return {rounded Rectangle} a copy of the rounded rectangle + * @return {RoundedRectangle} a copy of the rounded rectangle */ PIXI.RoundedRectangle.prototype.clone = function() { diff --git a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js index 79d038a..b745bb4 100644 --- a/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/ComplexPrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiFastShader.js b/src/pixi/renderers/webgl/shaders/PixiFastShader.js index bb46419..8e685e7 100644 --- a/src/pixi/renderers/webgl/shaders/PixiFastShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiFastShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PixiShader.js b/src/pixi/renderers/webgl/shaders/PixiShader.js index 8e7a7c4..7f9443c 100644 --- a/src/pixi/renderers/webgl/shaders/PixiShader.js +++ b/src/pixi/renderers/webgl/shaders/PixiShader.js @@ -26,7 +26,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js index 0f6854c..685f76a 100644 --- a/src/pixi/renderers/webgl/shaders/PrimitiveShader.js +++ b/src/pixi/renderers/webgl/shaders/PrimitiveShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/renderers/webgl/shaders/StripShader.js b/src/pixi/renderers/webgl/shaders/StripShader.js index fe0c3eb..6b47244 100644 --- a/src/pixi/renderers/webgl/shaders/StripShader.js +++ b/src/pixi/renderers/webgl/shaders/StripShader.js @@ -25,7 +25,7 @@ /** * The WebGL program. * @property program - * @type {Any} + * @type Any */ this.program = null; diff --git a/src/pixi/textures/BaseTexture.js b/src/pixi/textures/BaseTexture.js index 6fb2b25..6de7215 100644 --- a/src/pixi/textures/BaseTexture.js +++ b/src/pixi/textures/BaseTexture.js @@ -47,7 +47,7 @@ * The scale mode to apply when scaling this texture * * @property scaleMode - * @type PIXI.scaleModes + * @type {Number} * @default PIXI.scaleModes.LINEAR */ this.scaleMode = scaleMode || PIXI.scaleModes.DEFAULT; diff --git a/src/pixi/textures/VideoTexture.js b/src/pixi/textures/VideoTexture.js index 906ae49..ad58ec5 100644 --- a/src/pixi/textures/VideoTexture.js +++ b/src/pixi/textures/VideoTexture.js @@ -114,7 +114,7 @@ * @method baseTextureFromVideo * @param video {HTMLVideoElement} * @param scaleMode {Number} See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values - * @returns {VideoTexture} + * @return {VideoTexture} */ PIXI.VideoTexture.baseTextureFromVideo = function( video, scaleMode ) { @@ -141,7 +141,7 @@ * @method textureFromVideo * @param video {HTMLVideoElement} * @param scaleMode {Number} See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values - * @returns {Texture} A Texture, but not a VideoTexture. + * @return {Texture} A Texture, but not a VideoTexture. */ PIXI.VideoTexture.textureFromVideo = function( video, scaleMode ) { @@ -156,7 +156,7 @@ * @method fromUrl * @param videoSrc {String} The URL for the video. * @param scaleMode {Number} See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values - * @returns {VideoTexture} + * @return {VideoTexture} */ PIXI.VideoTexture.fromUrl = function( videoSrc, scaleMode ) { diff --git a/src/pixi/utils/EventTarget.js b/src/pixi/utils/EventTarget.js index 6923c4a..35aa31b 100644 --- a/src/pixi/utils/EventTarget.js +++ b/src/pixi/utils/EventTarget.js @@ -43,7 +43,7 @@ * * @method listeners * @param eventName {String} The events that should be listed. - * @returns {Array} An array of listener functions + * @return {Array} An array of listener functions */ obj.listeners = function listeners(eventName) { this._listeners = this._listeners || {}; @@ -57,7 +57,7 @@ * @method emit * @alias dispatchEvent * @param eventName {String} The name of the event. - * @returns {Boolean} Indication if we've emitted an event. + * @return {Boolean} Indication if we've emitted an event. */ obj.emit = obj.dispatchEvent = function emit(eventName, data) { this._listeners = this._listeners || {};