diff --git a/src/core/sprites/Sprite.js b/src/core/sprites/Sprite.js index 024d155..521c869 100644 --- a/src/core/sprites/Sprite.js +++ b/src/core/sprites/Sprite.js @@ -15,7 +15,7 @@ * var sprite = new PIXI.Sprite.fromImage('assets/image.png'); * ``` * - * @class Sprite + * @class * @extends Container * @memberof PIXI * @param texture {Texture} The texture for this sprite