-- 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: 5ed2720833f0bc3fcb7cf89197b46fd667ba9770:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 5ed2720833f0bc3fcb7cf89197b46fd667ba9770
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sat Jul 18 18:17:42 2020 -0700

    Reformatted object initialization as multiple lines

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

index 70453c65227be0b504d44083ca6cd9f9705aff4b..

index ..0d42ca8aac5b066679ae23a9ea739b6a9fadb602 100644

--- a/scripts/room.js
+++ b/scripts/room.js
@@ -1269,7 +1269,14 @@ elation.require([
           };
           assetlist.push(assetargs);
         } else if (args.canvas) {
-          assetlist.push({ assettype:'image', name:args.id, canvas: args.canvas, tex_linear: args.tex_linear, hasalpha: args.hasalpha, baseurl: this.baseurl });
+          assetlist.push({
+            assettype: 'image',
+            name: args.id,
+            canvas: args.canvas,
+            tex_linear: args.tex_linear,
+            hasalpha: args.hasalpha,
+            baseurl: this.baseurl
+          });
         } else if (args.texture) {
           assetlist.push({
             assettype:'image',

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

-- Response ended

-- Page fetched on Sun Jun 2 17:04:03 2024