Closed Martin-P closed 10 years ago
This PR fixes some outdated naming issues:
configMerge
mergeConfig
getDependencyModules()
getModuleDependencies()
I also added a reference to the ModuleEvent constants and aligned the code sample for better readability.
ModuleEvent
Fixed in #1377
This PR fixes some outdated naming issues:
configMerge
vs.mergeConfig
getDependencyModules()
vs.getModuleDependencies()
I also added a reference to the
ModuleEvent
constants and aligned the code sample for better readability.