xrsh-com/com/require.js

15 lines
426 B
JavaScript

AFRAME.registerComponent('require', {
init: function() {
},
})
// work in progress
//
// //<script src="https://coderofsalvation.github.io/xrsh-apps/helloworld.js"></script>
//const updateComponents = AFRAME.AEntity.prototype.updateComponents
//AFRAME.AEntity.prototype.updateComponents = function(updateComponents){
// return function(){
// return updateComponents.apply(this,args)
// }
//}(updateComponents)