Context.refreshAll = function()

in book/master_middleman/source/javascripts/waypoints/context.js [273:277]


  Context.refreshAll = function() {
    for (var contextId in contexts) {
      contexts[contextId].refresh()
    }
  }