aMaterialComponent.js 113 B

12345678
  1. this.updateSrc = function(srcID){
  2. if (srcID) {
  3. this.src = "";
  4. this.src = srcID;
  5. }
  6. }