Skip to content

Commit

Permalink
Merge pull request #7646 from slozier/doc_fixes
Browse files Browse the repository at this point in the history
Documentation fixes
  • Loading branch information
Hannah authored Mar 13, 2019
2 parents de15522 + 9942dd1 commit 8c05d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Source/Core/TerrainProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ define([

/**
* Makes sure we load availability data for a tile
* @function
*
* @param {Number} x The X coordinate of the tile for which to request geometry.
* @param {Number} y The Y coordinate of the tile for which to request geometry.
Expand Down
2 changes: 1 addition & 1 deletion Source/DataSources/PolylineGeometryUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ define([
/**
* Gets the zindex
* @type {Number}
* @memberof GroundGeometryUpdater.prototype
* @memberof PolylineGeometryUpdater.prototype
* @readonly
*/
zIndex: {
Expand Down
2 changes: 1 addition & 1 deletion Source/DataSources/PolylineGraphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ define([

/**
* Gets or sets the zIndex Property specifying the ordering of the polyline. Only has an effect if `clampToGround` is true and polylines on terrain is supported.
* @memberof RectangleGraphics.prototype
* @memberof PolylineGraphics.prototype
* @type {ConstantProperty}
* @default 0
*/
Expand Down

0 comments on commit 8c05d3a

Please sign in to comment.