remove some trailing whitespace

This commit is contained in:
Chad Engler 2013-12-08 16:14:18 -08:00
parent 648a9bd33e
commit 5d516cfb81

View file

@ -4,7 +4,7 @@
*/ */
/** /**
* *
* This filter applies a pixlate effect making display objects appear 'blocky' * This filter applies a pixlate effect making display objects appear 'blocky'
* @class PixelateFilter * @class PixelateFilter
* @contructor * @contructor
@ -14,7 +14,7 @@ PIXI.DotScreenFilter = function()
PIXI.AbstractFilter.call( this ); PIXI.AbstractFilter.call( this );
this.passes = [this]; this.passes = [this];
// set the uniforms // set the uniforms
this.uniforms = { this.uniforms = {
scale: {type: '1f', value:1}, scale: {type: '1f', value:1},
@ -54,7 +54,7 @@ PIXI.DotScreenFilter.prototype = Object.create( PIXI.DotScreenFilter.prototype )
PIXI.DotScreenFilter.prototype.constructor = PIXI.DotScreenFilter; PIXI.DotScreenFilter.prototype.constructor = PIXI.DotScreenFilter;
/** /**
* *
* This describes the the scale * This describes the the scale
* @property scale * @property scale
* @type Number * @type Number
@ -70,7 +70,7 @@ Object.defineProperty(PIXI.DotScreenFilter.prototype, 'scale', {
}); });
/** /**
* *
* This radius describes angle * This radius describes angle
* @property angle * @property angle
* @type Number * @type Number