Context.prototype.innerHeight = function()

in book/master_middleman/source/javascripts/waypoints/context.js [140:147]


  Context.prototype.innerHeight = function() {
    /*eslint-disable eqeqeq */
    if (this.element == this.element.window) {
      return Waypoint.viewportHeight()
    }
    /*eslint-enable eqeqeq */
    return this.adapter.innerHeight()
  }