Public Properties
component{
// Module Properties
this.autoMapModels = true;
this.modelNamespace = "test";
this.cfmapping = "test";
this.dependencies = [ "otherModule", "coolModule" ];
function configure(){}
}Last updated
Was this helpful?