Waypoint.prototype.previous = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [88:90]


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