Waypoint.prototype.disable = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [67:70]


  Waypoint.prototype.disable = function() {
    this.enabled = false
    return this
  }