[Framework] Add constants

Add AMD module to store Constants used in framework.
WTD-518.
This commit is contained in:
Victor Woeltjen 2014-10-31 16:43:52 -07:00
parent de409fd8e7
commit 2719dea775

View 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"
});