Skip to content

Commit

Permalink
Changed removal version from 1.122 to 1.125
Browse files Browse the repository at this point in the history
  • Loading branch information
anpaulan committed Oct 7, 2024
1 parent 1415809 commit a2f5bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/engine/Source/Core/defaultValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ function defaultValue(a, b) {
/**
* @type {object}
* @constant
* @deprecated This property is deprecated and will be removed in Cesium 1.122. See <a href="https://github.com/CesiumGS/cesium/issues/11326">Issue 113216</a>
* @deprecated This property is deprecated and will be removed in Cesium 1.125. See <a href="https://github.com/CesiumGS/cesium/issues/11326">Issue 113216</a>
*/
Object.defineProperty(defaultValue, "EMPTY_OBJECT", {
get: function () {
deprecationWarning(
"defaultValue.EMPTY_OBJECT",
"defaultValue.EMPTY_OBJECT is deprecated and will be removed in Cesium 1.122. See https://github.com/CesiumGS/cesium/issues/11326",
"defaultValue.EMPTY_OBJECT is deprecated and will be removed in Cesium 1.125. See https://github.com/CesiumGS/cesium/issues/11326",
);
return EmptyObject;
},
Expand Down

0 comments on commit a2f5bc0

Please sign in to comment.