Initial Commit: 3D Project - 1 - Code - Project Loaded (3r78r1t9nv.js)

beta.r3js.org
www-data 2019-10-28 16:39:48 +01:00
parent 22e7854237
commit 6ad5550e94
1 changed files with 22 additions and 0 deletions

22
3r78r1t9nv.js Normal file
View File

@ -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