DSDSServer2024/build/build.20240805/static/js/Cesium-1.53/Source/main.js

14 lines
382 B
JavaScript
Raw Normal View History

/*global require*/
// require in the complete Cesium object and reassign it globally.
// This is meant for use with the Almond loader.
require([
'Cesium'
], function(
Cesium) {
'use strict';
/*global self*/
var scope = typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {};
scope.Cesium = Cesium;
}, undefined, true);