mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2025-12-08 19:46:18 +00:00
6 lines
201 B
Plaintext
Executable File
6 lines
201 B
Plaintext
Executable File
//Use almond's special top-level, synchronous require to trigger factory
|
|
//functions, get the final module value, and export it as the public
|
|
//value.
|
|
return require('WorldWind');
|
|
}));
|