From db0ae804907beaaf8b100b09e310960247fd59e8 Mon Sep 17 00:00:00 2001 From: yetanotherportfolio Date: Sun, 17 Mar 2013 18:47:17 -0300 Subject: [PATCH] Typo :) --- src/pixi/Sprite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixi/Sprite.js b/src/pixi/Sprite.js index 3ec61ef..fa23d1b 100644 --- a/src/pixi/Sprite.js +++ b/src/pixi/Sprite.js @@ -110,7 +110,7 @@ PIXI.Sprite.prototype.onTextureUpdate = function(event) /** * - * Helper function that creates a sprite that will contain a texture from the TextureCache based on tjhe frameId + * Helper function that creates a sprite that will contain a texture from the TextureCache based on the frameId * The frame ids are created when a Texture packer file has been loaded * @method fromFrame * @static