in book/master_middleman/source/javascripts/waypoints/sticky.js [8:14]
function Sticky(options) {
this.options = adapter.extend({}, Waypoint.defaults, Sticky.defaults, options)
this.element = this.options.element
this.$element = new adapter(this.element)
this.createWrapper()
this.createWaypoint()
}