Skip to content

Commit

Permalink
Documentation: Fix CanvasRenderer.Texture
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Jul 26, 2015
1 parent 61a3c96 commit d7b06a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/video/canvas/texture.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
/**
* return the Atlas dictionnary
* @name getAtlas
* @memberOf me.video.renderer.Texture
* @memberOf me.CanvasRenderer.Texture
* @function
* @return {Object}
*/
Expand All @@ -218,7 +218,7 @@
/**
* return the Atlas texture
* @name getTexture
* @memberOf me.video.renderer.Texture
* @memberOf me.CanvasRenderer.Texture
* @function
* @return {Image}
*/
Expand All @@ -229,7 +229,7 @@
/**
* return a normalized region/frame information for the specified sprite name
* @name getRegion
* @memberOf me.video.renderer.Texture
* @memberOf me.CanvasRenderer.Texture
* @function
* @param {String} name name of the sprite
* @return {Object}
Expand All @@ -241,7 +241,7 @@
/**
* Create a sprite object using the first region found using the specified name
* @name createSpriteFromName
* @memberOf me.video.renderer.Texture
* @memberOf me.CanvasRenderer.Texture
* @function
* @param {String} name name of the sprite
* @return {me.Sprite}
Expand Down Expand Up @@ -286,7 +286,7 @@
/**
* Create an animation object using the first region found using all specified names
* @name createAnimationFromName
* @memberOf me.video.renderer.Texture
* @memberOf me.CanvasRenderer.Texture
* @function
* @param {String[]|Number[]} names list of names for each sprite
* (when manually creating a Texture out of a spritesheet, only numeric values are authorized)
Expand Down Expand Up @@ -344,7 +344,7 @@
* Base class for Texture exception handling.
* @name Error
* @class
* @memberOf me.video.renderer.Texture
* @memberOf me.CanvasRenderer.Texture
* @constructor
* @param {String} msg Error message.
*/
Expand Down

0 comments on commit d7b06a4

Please sign in to comment.