refactor(placeble.js): remove useless parameters

This commit is contained in:
songwanli2025@163.com 2020-01-07 17:36:21 +08:00
parent aba3cad11d
commit 5defd558c2

View File

@ -40,7 +40,7 @@ function getActivatorRect (manuallyPositioned, x, y, trackedElement) {
} }
} }
function getPositionInAbsoluteMode (placement, origin) { function getPositionInAbsoluteMode (placement) {
let position = { let position = {
top: null, top: null,
bottom: null, bottom: null,