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'
|
||||
* @class PixelateFilter
|
||||
* @contructor
|
||||
|
@ -14,7 +14,7 @@ PIXI.DotScreenFilter = function()
|
|||
PIXI.AbstractFilter.call( this );
|
||||
|
||||
this.passes = [this];
|
||||
|
||||
|
||||
// set the uniforms
|
||||
this.uniforms = {
|
||||
scale: {type: '1f', value:1},
|
||||
|
@ -54,7 +54,7 @@ PIXI.DotScreenFilter.prototype = Object.create( PIXI.DotScreenFilter.prototype )
|
|||
PIXI.DotScreenFilter.prototype.constructor = PIXI.DotScreenFilter;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* This describes the the scale
|
||||
* @property scale
|
||||
* @type Number
|
||||
|
@ -70,7 +70,7 @@ Object.defineProperty(PIXI.DotScreenFilter.prototype, 'scale', {
|
|||
});
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* This radius describes angle
|
||||
* @property angle
|
||||
* @type Number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue