NoFrameworkAdapter.prototype.innerWidth = function()

in book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js [31:34]


  NoFrameworkAdapter.prototype.innerWidth = function() {
    var isWin = isWindow(this.element)
    return isWin ? this.element.innerWidth : this.element.clientWidth
  }