SineWaveGenerator.prototype.loop = function()

in website/assets/header.js [153:158]


SineWaveGenerator.prototype.loop = function() {
  this.clear();
  this.update();

  window.requestAnimationFrame(this.loop.bind(this));
}