diff --git a/bower.json b/bower.json index a8b9375..5c7f7e7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "1.4.1", + "version": "1.4.3", "main": "bin/pixi.js", diff --git a/bower.json b/bower.json index a8b9375..5c7f7e7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "1.4.1", + "version": "1.4.3", "main": "bin/pixi.js", diff --git a/package.json b/package.json index 0f575c9..1fa8db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "1.4.2", + "version": "1.4.3", "description": "Pixi.js is a fast lightweight 2D library that works across all devices.", "author": "Mat Groves", diff --git a/bower.json b/bower.json index a8b9375..5c7f7e7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "1.4.1", + "version": "1.4.3", "main": "bin/pixi.js", diff --git a/package.json b/package.json index 0f575c9..1fa8db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "1.4.2", + "version": "1.4.3", "description": "Pixi.js is a fast lightweight 2D library that works across all devices.", "author": "Mat Groves", diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index a609f18..d958369 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -11,7 +11,7 @@ /** * The SPrite object is the base for all textured objects that are rendered to the screen * - * @class Spriteā„¢ + * @class Sprite * @extends DisplayObjectContainer * @constructor * @param texture {Texture} The texture for this sprite