Waypoint.viewportHeight = function()

in book/master_middleman/source/javascripts/waypoints/waypoint.js [129:131]


  Waypoint.viewportHeight = function() {
    return window.innerHeight || document.documentElement.clientHeight
  }