Skip to content

Commit

Permalink
Merge pull request #6244 from AnalyticalGraphicsInc/fix-math-docs
Browse files Browse the repository at this point in the history
Change JSDoc to correctly document Cesium.Math.*
  • Loading branch information
Hannah authored Feb 21, 2018
2 parents fcba110 + 3f676c1 commit 15008c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Change Log
* Fixed bug where 3D Tiles Point Clouds would fail in Internet Explorer. [#6220](https://github.com/AnalyticalGraphicsInc/cesium/pull/6220)
* Fixed `Material` so it can now take a `Resource` object as an image. [#6199](https://github.com/AnalyticalGraphicsInc/cesium/issues/6199)
* Fixed issue where `CESIUM_BASE_URL` wouldn't work without a trailing `/`. [#6225](https://github.com/AnalyticalGraphicsInc/cesium/issues/6225)
* Fixed documentation issue for the `Cesium.Math` class. [#6233](https://github.com/AnalyticalGraphicsInc/cesium/issues/6233)

##### Additions :tada:
* Enable terrain in the `CesiumViewer` demo application [#6198](https://github.com/AnalyticalGraphicsInc/cesium/pull/6198)
Expand Down
1 change: 1 addition & 0 deletions Source/Core/Math.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ define([
* Math functions.
*
* @exports CesiumMath
* @alias Math
*/
var CesiumMath = {};

Expand Down

0 comments on commit 15008c4

Please sign in to comment.