remove some trailing whitespace
This commit is contained in:
parent
648a9bd33e
commit
5d516cfb81
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue