repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 025730901b24e808326877b9eef0014233269c61:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 025730901b24e808326877b9eef0014233269c61
Author: James Baicoianu 
Date:   Fri Jun 26 08:55:32 2020 -0700

    Add component mapping for janusxrplayer

diff --git a/scripts/janusweb.js b/scripts/janusweb.js
index 8a74a0ccc1a4bd4861343e66cd94fcfa85122965..
index ..726a2b7dfc5c3a3f252b836ee0ce445a18915ec0 100644
--- a/scripts/janusweb.js
+++ b/scripts/janusweb.js
@@ -51,6 +51,7 @@ elation.require([
       'light': 'januslight',
       'particle': 'janusparticle',
       'ghost': 'janusghost',
+      'xrplayer': 'janusxrplayer',
     };
     this.classmap = {};
     this.customElements = {};
@@ -135,6 +136,7 @@ elation.require([
         'light': 'januslight',
         'particle': 'janusparticle',
         'ghost': 'janusghost',
+        'xrplayer': 'janusxrplayer',
       });

       window.delta_time = 1000/60;

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