_scrollDocument: function(e) {
        var scrollTop = this.$document.scrollTop();
        this._calculateOffsets();
        if (scrollTop > this.offsetTop) {
          if (scrollTop < this.offsetBottom) {