Skip to content

Commit 83a0e7a

Browse files
authored
Merge pull request #8779 from CesiumGS/deleted-isArray
Deleted is array
2 parents 1ba02c3 + 7fc216a commit 83a0e7a

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
##### Breaking Changes :mega:
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)
8+
- Removed `isArray`. Use the native `Array.isArray` function instead. [#8779](https://github.com/CesiumGS/cesium/pull/8779)
89

910
##### Additions :tada:
1011

Source/Core/isArray.js

-27
This file was deleted.

0 commit comments

Comments
 (0)