mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-01-18 15:12:57 +00:00
12 lines
233 B
Plaintext
Executable File
12 lines
233 B
Plaintext
Executable File
(function (root, factory) {
|
|
if (typeof define === 'function' && define.amd) {
|
|
// AMD.
|
|
define([], factory);
|
|
} else {
|
|
// Browser globals
|
|
root.WorldWind = factory();
|
|
}
|
|
}(this, function () {
|
|
|
|
|