Waypoint.prototype.destroy = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [59:63]


  Waypoint.prototype.destroy = function() {
    this.context.remove(this)
    this.group.remove(this)
    delete allWaypoints[this.key]
  }