openmct/platform/framework/src/Constants.js

10 lines
178 B
JavaScript
Raw Normal View History

/*global define*/
/**
* Constants used by the framework.
*/
define({
MODULE_NAME: "OpenMCTWeb",
BUNDLE_LISTING_FILE: "bundles.json",
BUNDLE_FILE: "bundle.json"
});