repo: janusweb action: commit revision: path_from: revision_from: 025730901b24e808326877b9eef0014233269c61: path_to: revision_to:
commit 025730901b24e808326877b9eef0014233269c61 Author: James BaicoianuDate: Fri Jun 26 08:55:32 2020 -0700 Add component mapping for janusxrplayer diff --git a/scripts/janusweb.js b/scripts/janusweb.js
--- 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-----