Skip to content

Instantly share code, notes, and snippets.

@colinbdclark
Last active March 13, 2017 14:30
Show Gist options
  • Save colinbdclark/6c0e74f198f83b808502bae710db0f11 to your computer and use it in GitHub Desktop.
Save colinbdclark/6c0e74f198f83b808502bae710db0f11 to your computer and use it in GitHub Desktop.
IoC Flocking
fluid.defaults("my.piece", {
gradeNames: "fluid.component",
components: {
enviro: {
type: "flock.enviro",
},
synth: {
type: "my.synth",
options: {
components: {
enviro: "{piece}.enviro"
}
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment