mirror of
https://github.com/nasa/openmct.git
synced 2025-02-06 02:59:19 +00:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
|
/*global define*/
|
||
|
|
||
|
/**
|
||
|
* Constants used by the framework.
|
||
|
*/
|
||
|
define({
|
||
|
MODULE_NAME: "OpenMCTWeb",
|
||
|
BUNDLE_LISTING_FILE: "bundles.json",
|
||
|
BUNDLE_FILE: "bundle.json"
|
||
|
});
|