Waypoint.prototype.queueTrigger = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [43:45]


  Waypoint.prototype.queueTrigger = function(direction) {
    this.group.queueTrigger(this, direction)
  }