jsdoc tweak.

This commit is contained in:
photonstorm 2015-07-08 16:40:40 +01:00
parent 64b1794d67
commit 87ac0b8f50

View file

@ -80,7 +80,6 @@ PIXI.CanvasRenderer = function(width, height, options)
*/ */
this.autoResize = options.autoResize || false; this.autoResize = options.autoResize || false;
/** /**
* The width of the canvas view * The width of the canvas view
* *
@ -156,7 +155,6 @@ PIXI.CanvasRenderer = function(width, height, options)
/** /**
* If true Pixi will Math.floor() x/y values when rendering, stopping pixel interpolation. * If true Pixi will Math.floor() x/y values when rendering, stopping pixel interpolation.
* Handy for crisp pixel art and speed on legacy devices. * Handy for crisp pixel art and speed on legacy devices.
*
*/ */
roundPixels: false roundPixels: false
}; };