Skip to content

Commit

Permalink
Replace tick marks with <code>
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Shehata committed Aug 31, 2018
1 parent 4f0d17c commit 90ee7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/Scene/Cesium3DTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ define([
},

/**
* Returns the `extras` property in the tileset JSON for this tile, which contains application specific metadata.
* Returns `undefined` if `extras` does not exist.
* Returns the <code>extras</code> property in the tileset JSON for this tile, which contains application specific metadata.
* Returns <code>undefined</code> if <code>extras</code> does not exist.
*
* @memberof Cesium3DTile.prototype
*
Expand Down
4 changes: 2 additions & 2 deletions Source/Scene/Cesium3DTileset.js
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ define([
},

/**
* Returns the `extras` property at the top-level of the tileset JSON, which contains application specific metadata.
* Returns `undefined` if `extras` does not exist.
* Returns the <code>extras</code> property at the top-level of the tileset JSON, which contains application specific metadata.
* Returns <code>undefined</code> if <code>extras</code> does not exist.
*
* @memberof Cesium3DTileset.prototype
*
Expand Down

0 comments on commit 90ee7cf

Please sign in to comment.