diff --git a/bb8xcnlrub.js b/bb8xcnlrub.js new file mode 100644 index 0000000..787f66b --- /dev/null +++ b/bb8xcnlrub.js @@ -0,0 +1,26 @@ +var project = this.getParentProject(); + +if (!project || !project.loaded) { + return; +} + +/** + * Ignore events which don't belong to my project + */ +if (project !== data.project) { + return; +} + +if (!this.initialized) { + + /** + * Set some initialization code here + */ + + this.initialized = true; +} + + +return null; + +//@ sourceURL=3d_project_1_code_mouse_up.js \ No newline at end of file