@param doc about scaleMode in Texture.fromImage

This commit is contained in:
Jeena Paradies 2014-03-08 01:08:20 +01:00
parent b9363442ac
commit 85e6d1928e

View file

@ -155,6 +155,7 @@ PIXI.Texture.prototype._updateWebGLuvs = function()
* @method fromImage
* @param imageUrl {String} The image url of the texture
* @param crossorigin {Boolean} Whether requests should be treated as crossorigin
* @param scaleMode {Number} Should be one of the PIXI.scaleMode consts
* @return Texture
*/
PIXI.Texture.fromImage = function(imageUrl, crossorigin, scaleMode)