diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index 9d488c8..e7605d0 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -36,8 +36,8 @@ * @property texture * @type Texture */ - this.texture = texture || PIXI.Texture.emptyTexture;; - + this.texture = texture || PIXI.Texture.emptyTexture; + /** * The width of the sprite (this is initially set by the texture) *