Group.prototype.clearTriggerQueues = function()

in book/master_middleman/source/javascripts/waypoints/group.js [34:41]


  Group.prototype.clearTriggerQueues = function() {
    this.triggerQueues = {
      up: [],
      down: [],
      left: [],
      right: []
    }
  }