Skip to content

Commit b287b9d

Browse files
committed
Added missing docs.
1 parent f64bb72 commit b287b9d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Phaser.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,3 @@ PIXI.InteractionManager = PIXI.InteractionManager || function () {};
8383

8484
// Equally we're going to supress the Pixi console log, with their agreement.
8585
PIXI.dontSayHello = true;
86-
87-
// PIXI.Polygon.prototype.type = PIXI.Graphics.POLY;
88-
// PIXI.Rectangle.prototype.type = PIXI.Graphics.RECT;
89-
// PIXI.Circle.prototype.type = PIXI.Graphics.CIRC;
90-
// PIXI.Ellipse.prototype.type = PIXI.Graphics.ELIP;

0 commit comments

Comments
 (0)