Skip to content

Commit 36147ae

Browse files
committed
deleted isArray.js, cleaned up commit history
1 parent 1ba02c3 commit 36147ae

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- The property `Scene.sunColor` has been removed. Use `scene.light.color` and `scene.light.intensity` instead. [#8774](https://github.com/CesiumGS/cesium/pull/8774)
88

9+
- Removed `Cesium.isArray` (from file: `isArray.js`) using native `Array.isArray` instead. [#8779](https://github.com/CesiumGS/cesium/pull/8779)
10+
911
##### Additions :tada:
1012

1113
- Added `Scene.cameraUnderground` for checking whether the camera is underneath the globe. [#8765](https://github.com/CesiumGS/cesium/pull/8765)

Source/Core/isArray.js

-27
This file was deleted.

0 commit comments

Comments
 (0)