Added missing docs.

This commit is contained in:
photonstorm 2014-11-13 00:27:26 +00:00
parent f64bb72a28
commit b287b9dbab

View file

@ -83,8 +83,3 @@ PIXI.InteractionManager = PIXI.InteractionManager || function () {};
// Equally we're going to supress the Pixi console log, with their agreement.
PIXI.dontSayHello = true;
// PIXI.Polygon.prototype.type = PIXI.Graphics.POLY;
// PIXI.Rectangle.prototype.type = PIXI.Graphics.RECT;
// PIXI.Circle.prototype.type = PIXI.Graphics.CIRC;
// PIXI.Ellipse.prototype.type = PIXI.Graphics.ELIP;