Commit 889129e9 authored by cinwell.li's avatar cinwell.li Committed by GitHub

Merge pull request #2419 from liril-net/dev

Popper: Fixing getPosition comments
parents 402aebcd 796185b5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment