// popper.js /** * Get offsets to the popper * @method * @memberofPopper * @accessprivate * @param {Element} popper - the popper element * @param {Element} reference - the reference element (the popper will be relative to this) * @returns {Object} An object containing the offsets which will be applied to the popper */ Popper.prototype._getOffsets = function(popper, reference, placement) {}