-- 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: 640166863e68ab32c8963714da786437976d2350:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 640166863e68ab32c8963714da786437976d2350
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Thu Feb 1 00:43:28 2018 -0800

    Better handling of missing objects

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

index 1b7cfa160fecae1511f0ccf38fcb24c2fa4a361b..

index ..ce6d6963767247f79165046309c37a9d903257e4 100644

--- a/scripts/object.js
+++ b/scripts/object.js
@@ -45,7 +45,8 @@ elation.require(['janusweb.janusbase', 'janusweb.websurface'], function() {
           }
           object = asset.getInstance();
         }
-      } else {
+      }
+      if (!object) {
         object = new THREE.Object3D();
       }

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

-- Response ended

-- Page fetched on Sun Jun 2 15:55:51 2024