repo: janusweb
action: commit
revision: 
path_from: 
revision_from: ed540e0bfa25a3121ef0718621333dc7dffabed7:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit ed540e0bfa25a3121ef0718621333dc7dffabed7
Author: James Baicoianu 
Date:   Sun Jan 30 13:48:06 2022 -0800

    Fix missing semicolon

diff --git a/scripts/video.js b/scripts/video.js
index 7c40d6635f2293056dc6057767a8d30b27fb7250..
index ..76d0a64938872dff1c9d971fa8859bc28ad9e374 100644
--- a/scripts/video.js
+++ b/scripts/video.js
@@ -32,7 +32,7 @@ elation.require(['janusweb.janusbase'], function() {
             if (camera.name) {
               texture.setEye(camera.name);
             }
-          }
+          };
         }
         return mesh;
       } else {

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