Skip to content

Commit 87ac0b8

Browse files
committed
jsdoc tweak.
1 parent 64b1794 commit 87ac0b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pixi/renderers/canvas/CanvasRenderer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ PIXI.CanvasRenderer = function(width, height, options)
8080
*/
8181
this.autoResize = options.autoResize || false;
8282

83-
8483
/**
8584
* The width of the canvas view
8685
*
@@ -156,7 +155,6 @@ PIXI.CanvasRenderer = function(width, height, options)
156155
/**
157156
* If true Pixi will Math.floor() x/y values when rendering, stopping pixel interpolation.
158157
* Handy for crisp pixel art and speed on legacy devices.
159-
*
160158
*/
161159
roundPixels: false
162160
};

0 commit comments

Comments
 (0)