Waypoint.prototype.enable = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [74:78]


  Waypoint.prototype.enable = function() {
    this.context.refresh()
    this.enabled = true
    return this
  }