I have a page which includes both scramble_NNN.js and scramble_pyra.js, when I draw scramble the 5x5x5 I get the following happening visually

If I remove the scramble_pyra.js, the 5x5x5 scramble works fine.
Creating the 5x5x5 with
scramblers["555"].drawScramble(
document.getElementById('drawScramble'),
this.scrambleObject.state,
175,
125
);