function bottomPos()

in themes/docsy/assets/js/base.js [31:33]


    function bottomPos(element) {
        return element.offset().top + element.outerHeight();
    }