-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: d9b90ed7f7b83c54994da96e59ee468a7d479267:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit d9b90ed7f7b83c54994da96e59ee468a7d479267
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sat Apr 7 02:33:58 2018 -0700

    Call createChilren on super class

diff --git a/scripts/januslight.js b/scripts/januslight.js

index 6d136c7c29bf33d5aeb5d93e883652db092b0eb2..

index ..61c3d7e85d8131123977efe92f259ea86e5d0144 100644

--- a/scripts/januslight.js
+++ b/scripts/januslight.js
@@ -23,6 +23,8 @@ elation.require(['janusweb.janusbase'], function() {
       this.updateLight();
     }
     this.createChildren = function() {
+      elation.engine.things.januslight.extendclass.createChildren.call(this);
+
       this.createLight();
       this.updateLight();
       this.created = true;
diff --git a/scripts/portal.js b/scripts/portal.js

index f87feddf2e0915d7ededa644574404dd406cb154..

index ..d7c9b40caf728ee326b84281642bc88b2f45f772 100644

--- a/scripts/portal.js
+++ b/scripts/portal.js
@@ -89,6 +89,7 @@ elation.require(['janusweb.janusbase'], function() {
       return group;
     }
     this.createChildren = function() {
+      elation.engine.things.janusportal.extendclass.createChildren.call(this);
       /*
       if (this.auto_load) {
         this.openPortal();
diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js

index b1acc4cdfaaabd702e1aa53de90ba3a38f7bc818..

index ..547e32a63a7d0274a54691a4d4ede858822becdb 100644

--- a/scripts/remoteplayer.js
+++ b/scripts/remoteplayer.js
@@ -22,6 +22,7 @@ elation.component.add('engine.things.remoteplayer', function() {
 */

   this.createChildren = function() {
+    elation.engine.things.remoteplayer.extendclass.createChildren.call(this);
     this.torso = this.spawn('janusbase', this.properties.player_name + '_torso', {
       'position': [0,1,0],
       'parent': this,
diff --git a/scripts/sound.js b/scripts/sound.js

index a928c74036bfcb095df6145f780f1edc2a7e1ca5..

index ..4c931074b01ed6c03166fa88f31abdf5c8b1529d 100644

--- a/scripts/sound.js
+++ b/scripts/sound.js
@@ -24,6 +24,7 @@ elation.require(['janusweb.janusbase'], function() {
       return new THREE.Object3D();
     }
     this.createChildren = function() {
+      elation.engine.things.janussound.extendclass.createChildren.call(this);
       if (!this.audio) {
         this.createAudio();
       }

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:38:57 2024