diff --git a/CHANGES.md b/CHANGES.md index cfba3accfeb..ad8bdc2db0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/Source/Core/Math.js b/Source/Core/Math.js index 174889ce7c4..cbdbcc10c0b 100644 --- a/Source/Core/Math.js +++ b/Source/Core/Math.js @@ -14,6 +14,7 @@ define([ * Math functions. * * @exports CesiumMath + * @alias Math */ var CesiumMath = {};