for shim config, it is convenient to write out the config for runtime. ``` javascript var modulusConfig = { shim:{...} }; ``` modulus should check for a runtime config when init is called, and merge that config in with any other configs.
for shim config, it is convenient to write out the config for runtime.
modulus should check for a runtime config when init is called, and merge that config in with any other configs.