mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[Framework] Add constants
Add AMD module to store Constants used in framework. WTD-518.
This commit is contained in:
parent
de409fd8e7
commit
2719dea775
10
platform/framework/src/Constants.js
Normal file
10
platform/framework/src/Constants.js
Normal file
@ -0,0 +1,10 @@
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* Constants used by the framework.
|
||||
*/
|
||||
define({
|
||||
MODULE_NAME: "OpenMCTWeb",
|
||||
BUNDLE_LISTING_FILE: "bundles.json",
|
||||
BUNDLE_FILE: "bundle.json"
|
||||
});
|
Loading…
Reference in New Issue
Block a user