Skip to content

Commit

Permalink
small documentation corrections here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Aug 10, 2012
1 parent b18f67a commit 8ca18da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/entity/entity.js
Expand Up @@ -39,7 +39,7 @@
image : null,

/**
* specify a transparent color for the image in rgb format (rrggb or #rrggb)<br>
* specify a transparent color for the image in rgb format (#rrggb)<br>
* OPTIONAL<br>
* (using this option will imply processing time on the image)
* @public
Expand Down
2 changes: 1 addition & 1 deletion src/level/TMXLayer.js
Expand Up @@ -13,7 +13,7 @@
* @memberOf me
* @constructor
* @param {name} name layer name
* @param {String} color in hexadecimal "RRGGBB" format
* @param {String} color in hexadecimal "#RRGGBB" format
* @param {int} z z position
*/
me.ColorLayer = Object.extend({
Expand Down
2 changes: 1 addition & 1 deletion src/level/TMXTileset.js
Expand Up @@ -33,7 +33,7 @@
* @param {int} y y index of the Tile in the map
* @param {int} w Tile width
* @param {int} h Tile height
* @param {int} tileId tileId>
* @param {int} tileId tileId
*/
me.Tile = me.Rect.extend({
/**
Expand Down

0 comments on commit 8ca18da

Please sign in to comment.