From 0f377a16c8eda0a07fb8cd0926cadee5831322e0 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 28 Oct 2019 16:39:49 +0100 Subject: [PATCH] Initial Commit: 3D Project - 1 - Code - Key Up (lmsgmv9pxw.js) --- lmsgmv9pxw.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lmsgmv9pxw.js diff --git a/lmsgmv9pxw.js b/lmsgmv9pxw.js new file mode 100644 index 0000000..d70a118 --- /dev/null +++ b/lmsgmv9pxw.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_key_up.js \ No newline at end of file