NASAWorldWind / WebWorldWind

The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
898 stars 384 forks source link

Renamed getEndianness function to better convey its behavior #864

Closed Beak-man closed 2 years ago

Beak-man commented 2 years ago

Description of the Change

Renamed getEndianness() function to initEndiannessFromFile() since the original name conveys that it's a read-only function, when it's not.

Addresses #834