WebWorldWind/tools/wrap.end
2015-08-28 17:13:35 -07:00

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');
}));