diff --git a/4owzw48tx7.js b/4owzw48tx7.js new file mode 100644 index 0000000..85465f1 --- /dev/null +++ b/4owzw48tx7.js @@ -0,0 +1,22 @@ +var project = data.component; + +/** + * Only respond to project loaded events for my parent project + */ +if (project !== this.getParentProject()) { + return; +} + +if (!this.initialized) { + + /** + * Set some initialization code here + */ + console.log(project.name + ' Loaded'); + this.initialized = true; +} + + +return null; + +//@ sourceURL=3d_project_1_code_project_loaded.js \ No newline at end of file