SineWaveGenerator.prototype.clear = function()

in website/assets/header.js [67:69]


SineWaveGenerator.prototype.clear = function() {
  this.ctx.clearRect(0, 0, this.width, this.height);
}