xrsh-com/com/xrsh.js

9 lines
152 B
JavaScript

AFRAME.registerComponent('xrsh', {
init: function ( ) {
console.log("this is the boot component which initializes other components")
},
});