mirror of https://github.com/ElemeFE/element
commit
889129e921
|
@ -369,7 +369,8 @@
|
|||
* @method
|
||||
* @memberof Popper
|
||||
* @param config {HTMLElement} popper element
|
||||
* @returns {HTMLElement} reference element
|
||||
* @param reference {HTMLElement} reference element
|
||||
* @returns {String} position
|
||||
*/
|
||||
Popper.prototype._getPosition = function(popper, reference) {
|
||||
var container = getOffsetParent(reference);
|
||||
|
|
Loading…
Reference in New Issue