Waypoint.prototype.next = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [82:84]


  Waypoint.prototype.next = function() {
    return this.group.next(this)
  }